diff --git a/configuration.nix b/configuration.nix index 7d55ac0..7ec3322 100644 --- a/configuration.nix +++ b/configuration.nix @@ -398,6 +398,7 @@ in { allowedTCPPorts = [ 80 443 3478 5349 ]; allowedUDPPorts = [ 443 ]; allowedUDPPortRanges = [ { from = 49152; to = 49999; } ]; # coturn + logRefusedConnections = false; checkReversePath = "loose"; # tailscale insists on this }; };