system/security: don't log refused connections

This commit is contained in:
LavaDesu 2024-07-02 12:31:41 +10:00
parent 2da3206a93
commit 217ef21de8
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -11,6 +11,7 @@
allowedUDPPortRanges = [ { from = 20000; to = 20100; } ];
allowedTCPPortRanges = [ { from = 20000; to = 20100; } ];
trustedInterfaces = [ "wg0" ];
logRefusedConnections = false;
extraCommands = genCmds "I";
extraStopCommands = genCmds "D";