diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-07-20 00:52:31 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-07-20 00:52:31 +0300 |
commit | 284d14147ab00f550be1777d5ec0f9ee36a04bd5 (patch) | |
tree | 0bdb5cf55a6fbb918fb63ee4b7916086849ff1e0 /modules/nixos/unbound.nix | |
parent | 2023-07-16 (diff) |
2023-07-20
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/unbound.nix | 2 |
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"; }; } ]; |