ponte firewall: disable logging
This commit is contained in:
parent
8062bf67e3
commit
ea30ea8661
@ -8,6 +8,8 @@
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.logRefusedConnections = false;
|
||||
networking.firewall.logRefusedUnicastsOnly = false;
|
||||
|
||||
krebs.build.host = config.krebs.hosts.ponte;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user