Delete raspap.iptables

This commit is contained in:
Bill Zimmerman 2020-03-20 08:54:02 +01:00 committed by GitHub
parent 4a7c61eabf
commit d1de71318b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

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