#!/bin/sh # network : ipv4.ipv4.ipv4.ipv4/mask || dns/mask local network="$( iptoolsGetIps | $cmdTr -s '[[:blank:]]' ';' );" #local network="${ip}/32;" #local network="${ip}/32;127.0.1.1/32" # clients : PROTO ; PORT ; UID/GID ; UID/GID ; UID/GID .... | # servers : PROTO ; PORT ; UID/GID ; UID/GID ; UID/GID .... | # forward : PROTO ; PORT | # DNS and DNS RPC # -- CLIENT -- #local clients="$clients|TCP ;953" local clients="$clients|UDP ;domain" local clients="$clients|TCP ;domain" # -- SERVER -- #local servers="$servers|TCP ;953" local servers="$servers|UDP ;domain" local servers="$servers|TCP ;domain"