config

NixOS config
Log | Files | Refs | README | LICENSE

commit 17bb90dca0fc7ceb8f963e3475889363e09978bf (tree)
parent 5f1f3e1bfc99c4b108181193b32ce6b2e15e97d3
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed,  1 Mar 2023 14:17:27 +0200

stop logging refused connections

Diffstat:
Mconfiguration.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 }; };