allow TCP DNS as well for VPN subnet
This commit is contained in:
parent
13f9b1575c
commit
f9e74ee5aa
|
@ -11,6 +11,7 @@
|
|||
-A INPUT -p tcp -m multiport --dports 5269,5222 -j ACCEPT
|
||||
-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
|
||||
COMMIT
|
||||
*nat
|
||||
:PREROUTING ACCEPT
|
||||
|
|
Loading…
Reference in New Issue