allow TCP DNS as well for VPN subnet

This commit is contained in:
staticsafe 2020-03-04 17:50:35 -05:00
parent 13f9b1575c
commit f9e74ee5aa
1 changed files with 1 additions and 0 deletions

View File

@ -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