#!/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 ] # git:9418/tcp local clients="$clients|TCP ;git ;root/root" #local clients="$clients|TCP ;https ;root/root;_apt/nogroup"