diff options
author | tv <tv@krebsco.de> | 2022-12-09 17:42:52 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-12-09 17:43:03 +0100 |
commit | ea30ea8661dbc83f8d2f96f2c511aa04992d3ffe (patch) | |
tree | 3711da67f3a34f8b179fe207002fb4b7a2374b38 /krebs | |
parent | 8062bf67e3481214883f0d41a624c0ccfb1cf275 (diff) |
ponte firewall: disable logging
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/1systems/ponte/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/1systems/ponte/config.nix b/krebs/1systems/ponte/config.nix index ba817692f..f896c507b 100644 --- a/krebs/1systems/ponte/config.nix +++ b/krebs/1systems/ponte/config.nix @@ -8,6 +8,8 @@ ]; networking.firewall.allowedTCPPorts = [ 80 443 ]; + networking.firewall.logRefusedConnections = false; + networking.firewall.logRefusedUnicastsOnly = false; krebs.build.host = config.krebs.hosts.ponte; |