#!/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" # -- SERVER -- # bind/bind => 1000 for name-ext/named-int local servers="$servers|UDP ;domain ;root/root;1000/1000" local servers="$servers|TCP ;domain ;root/root;1000/1000"