mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
apparently syncthing wants udp on port 22000 too
This commit is contained in:
parent
31e2b41a1c
commit
8557b6fe0f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue