mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
10 lines
206 B
Text
10 lines
206 B
Text
|
# START OPENVPN RULES
|
||
|
# NAT table rules
|
||
|
*nat
|
||
|
:POSTROUTING ACCEPT [0:0]
|
||
|
# Allow traffic from OpenVPN client to masquerade
|
||
|
-A POSTROUTING -s 10.8.0.0/24 -o IPv4dev -j MASQUERADE
|
||
|
COMMIT
|
||
|
# END OPENVPN RULES
|
||
|
|