#!/bin/sh # network : ipv4.ipv4.ipv4.ipv4/mask || dns/mask # clients : PROTO ; PORT ; UID/GID ; UID/GID ; UID/GID .... | # servers : PROTO ; PORT ; UID/GID ; UID/GID ; UID/GID .... | local network="0.0.0.0/0" # -- CLIENT -- # [ WEB / WHOIS ] local clients="$clients|TCP ;http ;root/root;_apt/nogroup" local clients="$clients|TCP ;https ;root/root;_apt/nogroup"