about summary refs log tree commit diff
path: root/modules/nixos/unbound.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-07-20 00:52:31 +0300
committerAzat Bahawi <azat@bahawi.net>2023-07-20 00:52:31 +0300
commit284d14147ab00f550be1777d5ec0f9ee36a04bd5 (patch)
tree0bdb5cf55a6fbb918fb63ee4b7916086849ff1e0 /modules/nixos/unbound.nix
parent2023-07-16 (diff)
2023-07-20
Diffstat (limited to '')
-rw-r--r--modules/nixos/unbound.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/unbound.nix b/modules/nixos/unbound.nix
index c9d45f2..bbf91ac 100644
--- a/modules/nixos/unbound.nix
+++ b/modules/nixos/unbound.nix
@@ -35,7 +35,7 @@ in {
               # [1]: https://github.com/NLnetLabs/unbound/commit/d7e776114114c16816570e48ab3a27eedc401a0e
               selector = ''{syslog_identifier="unbound"} |~ ".*could not SSL_read crypto.*"'';
               action = "drop";
-              drop_counter_reason = "noisy_error";
+              drop_counter_reason = "noise";
             };
           }
         ];

Consider giving Nix/NixOS a try! <3