mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Delete iptables.rules
This commit is contained in:
parent
eef84597d0
commit
bd1dd0a671
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
# RaspAP iptables rules
|
||||
*nat
|
||||
:PREROUTING ACCEPT [0:0]
|
||||
:INPUT ACCEPT [0:0]
|
||||
:POSTROUTING ACCEPT [0:0]
|
||||
:OUTPUT ACCEPT [0:0]
|
||||
-A POSTROUTING -j MASQUERADE
|
||||
-A POSTROUTING -s 192.168.50.0/24 ! -d 192.168.50.0/24 -j MASQUERADE
|
||||
COMMIT
|
||||
|
Loading…
Reference in a new issue