system/security: don't log refused connections

This commit is contained in:
LavaDesu 2024-07-02 12:31:41 +10:00
parent 211a9417f8
commit 86bfff26f7

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";