Forward hickory-dns's root cert features to hickory-resolver

This commit is contained in:
Hoe Hao Cheng 2024-02-24 18:56:05 +08:00 committed by Dirkjan Ochtman
parent 966bc27c6e
commit f382e96a90
2 changed files with 5 additions and 2 deletions

View File

@ -93,8 +93,8 @@ tls = ["dns-over-openssl"]
# WARNING: there is a bug in the mutual tls auth code at the moment see issue #100
# mtls = ["hickory-client/mtls"]
webpki-roots = ["hickory-client/webpki-roots"]
native-certs = ["hickory-client/native-certs"]
webpki-roots = ["hickory-client/webpki-roots", "hickory-server/webpki-roots"]
native-certs = ["hickory-client/native-certs", "hickory-server/native-certs"]
[[bin]]
name = "hickory-dns"

View File

@ -100,6 +100,9 @@ dns-over-h3 = [
tls-openssl = ["dns-over-openssl"]
tls = ["dns-over-openssl"]
webpki-roots = ["hickory-resolver/webpki-roots"]
native-certs = ["hickory-resolver/native-certs"]
# WARNING: there is a bug in the mutual tls auth code at the moment see issue #100
# mtls = ["hickory-client/mtls"]