nixbld: do not log refused connections

Happen all the time and spam the kernel log.
This commit is contained in:
Sébastien Bourdeauducq 2024-09-30 14:40:09 +08:00
parent 11181f0397
commit 0c336f3dd7
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ in
allowedTCPPorts = [ 53 80 443 2222 7402 ];
allowedUDPPorts = [ 53 67 500 4500 ];
trustedInterfaces = [ netifLan ];
logRefusedConnections = false;
};
useDHCP = false;
interfaces."${netifWan}".useDHCP = true; # PCCW - always wants active DHCP lease or cuts you off