Syncthing: Difference between revisions
imported>Zwerdlds m Added section on public-facing GUI and firewall ports to enable. |
imported>Me00001 m added missing space |
||
Line 55: | Line 55: | ||
<syntaxHighlight lang="nix"> | <syntaxHighlight lang="nix"> | ||
# Syncthing ports | # Syncthing ports | ||
networking.firewall.allowedTCPPorts = [ 8384 22000]; | networking.firewall.allowedTCPPorts = [ 8384 22000 ]; | ||
networking.firewall.allowedUDPPorts = [ 22000 21027]; | networking.firewall.allowedUDPPorts = [ 22000 21027 ]; | ||
</syntaxHighlight> | </syntaxHighlight> | ||