add firewall rule on demonreach to listen on 5353
This commit is contained in:
parent
79d25e7e75
commit
3b2c2f072b
|
@ -12,6 +12,7 @@
|
|||
-A INPUT -p udp --dport 1194 -j ACCEPT
|
||||
-A INPUT -p udp --dport 53 -s 10.8.0.1/24 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 53 -s 10.8.0.1/24 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 5353 -s 10.8.0.1/24 -j ACCEPT
|
||||
-A INPUT -p udp --dport 53 -s 10.66.66.0/24 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 53 -s 10.66.66.0/24 -j ACCEPT
|
||||
-A INPUT -p udp --dport 53 -s 100.64.0.0/10 -j ACCEPT
|
||||
|
|
Loading…
Reference in New Issue