#!/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" # [ OPENVPN ] local clients="$clients|UDP ;openvpn ;root/root" local clients="$clients|TCP ;openvpn ;root/root;nobody/nogroup"