roles/syncthingserver: don't allow HTTP(s/3) traffic on all interfaces
This commit is contained in:
@@ -86,13 +86,10 @@ in
|
||||
services.tailscale.permitCertUid = "traefik";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
config.services.syncthing.relay.port
|
||||
];
|
||||
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
443
|
||||
22000
|
||||
21027
|
||||
];
|
||||
|
Reference in New Issue
Block a user