stop logging refused connections

This commit is contained in:
Motiejus Jakštys 2023-03-01 14:17:27 +02:00
parent 5f1f3e1bfc
commit 17bb90dca0
1 changed files with 1 additions and 0 deletions

View File

@ -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
};
};