From 17bb90dca0fc7ceb8f963e3475889363e09978bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 1 Mar 2023 14:17:27 +0200 Subject: [PATCH] stop logging refused connections --- configuration.nix | 1 + 1 file changed, 1 insertion(+) 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 }; };