feat(resolver): Enable DNSSEC (#94)

From hickory-resolver docs:
> To enable DNSSEC, enable the dnssec-ring feature.

Related: https://github.com/chatmail/relay/issues/877
Related: https://github.com/hickory-dns/hickory-dns/issues/3519
Closes: https://github.com/chatmail/filtermail/issues/93

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-08-18 12:21:28 +02:00
committed by missytake
parent 79e1d78e5b
commit af581d558f
3 changed files with 64 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ log = "0.4.29"
env_logger = "0.11.9"
governor = "0.10.4"
viadkim = { version = "0.2.0" }
hickory-resolver = "0.25.2"
hickory-resolver = { version = "0.25.2", features = ["dnssec-ring"] }
lru = "0.16.3"
parking_lot = "0.12.5"