it currently is the following: ```PostUp = `ip...
# general
p
it currently is the following:
Copy code
PostUp     = `iptables -A FORWARD -i <INTERFACE> -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE`
PostDown   = `iptables -D FORWARD -i <INTERFACE> -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE`