#!/bin/sh # network : ipv4.ipv4.ipv4.ipv4/mask || dns/mask local network="${net}" # clients : PROTO ; PORT ; UID/GID ; UID/GID ; UID/GID .... | # servers : PROTO ; PORT ; UID/GID ; UID/GID ; UID/GID .... | # forward : PROTO ; PORT | # [ CUPS ] # -- CLIENT -- local clients="$clients|TCP ;ipp " local clients="$clients|UDP ;snmp " # -- SERVER -- # [ CUPS ] #local servers="$servers|TCP ;ipp ;root/root"