apparently syncthing wants udp on port 22000 too

This commit is contained in:
Pig Monkey 2021-11-17 18:29:08 -08:00
parent 31e2b41a1c
commit 8557b6fe0f

View file

@ -19,6 +19,7 @@
{% endif %}
{% if syncthing.open_ports is defined and syncthing.open_ports == True %}
-A INPUT -p tcp -m tcp --dport 22000 -j ACCEPT
-A INPUT -p udp -m udp --dport 22000 -j ACCEPT
-A INPUT -p udp -m udp --dport 21027 -j ACCEPT
{% endif %}
COMMIT