1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Rename iptables.rules for consistency, strip comments

This commit is contained in:
billz 2020-03-20 07:51:35 +00:00
parent f6599ae815
commit 4a7c61eabf

View File

@ -0,0 +1,5 @@
iptables -t nat -A POSTROUTING -j MASQUERADE
iptables -t nat -A POSTROUTING -s 192.168.50.0\/24 ! -d 192.168.50.0\/24 -j MASQUERADE
COMMIT