allow ES traffic over Tinc VPN
This commit is contained in:
parent
bc92c9d437
commit
2af73d2d4e
|
@ -8,6 +8,7 @@
|
|||
-A INPUT -p tcp --dport 22 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 5665 -j ACCEPT
|
||||
-A INPUT -p tcp -m multiport --dports 9200,9300 -s 96.126.113.89/32 -j ACCEPT
|
||||
-A INPUT -p tcp -m multiport --dports 9200,9300 -s 10.1.0.0/24 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp --dport 655 -j ACCEPT
|
||||
-A INPUT -p udp -m udp --dport 655 -j ACCEPT
|
||||
COMMIT
|
||||
|
|
Loading…
Reference in New Issue