firewall: stop logging every refused connection
This commit is contained in:
parent
7ad0c7d98e
commit
4324dceddc
|
@ -20,7 +20,10 @@ in
|
|||
useNetworkd = true;
|
||||
nftables.enable = true;
|
||||
|
||||
firewall.allowedUDPPorts = [ wireguard_port ];
|
||||
firewall = {
|
||||
allowedUDPPorts = [ wireguard_port ];
|
||||
logRefusedConnections = false;
|
||||
};
|
||||
wireguard.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue