system/security: don't log refused connections
This commit is contained in:
parent
211a9417f8
commit
86bfff26f7
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
allowedUDPPortRanges = [ { from = 20000; to = 20100; } ];
|
allowedUDPPortRanges = [ { from = 20000; to = 20100; } ];
|
||||||
allowedTCPPortRanges = [ { from = 20000; to = 20100; } ];
|
allowedTCPPortRanges = [ { from = 20000; to = 20100; } ];
|
||||||
trustedInterfaces = [ "wg0" ];
|
trustedInterfaces = [ "wg0" ];
|
||||||
|
logRefusedConnections = false;
|
||||||
|
|
||||||
extraCommands = genCmds "I";
|
extraCommands = genCmds "I";
|
||||||
extraStopCommands = genCmds "D";
|
extraStopCommands = genCmds "D";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue