mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #1641] Documentation of named configfile? #719
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#719
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LuckyTurtleDev on GitHub (Feb 19, 2022).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1641
Does exist any documentation of the config file for the named binary?
I have only find this example config. But this config does not include features like dot or doh server, cache size or log level.
@bluejekyll commented on GitHub (Feb 19, 2022):
This is a great question. I really think we need to start a “book” that describes all of these things. I started a while ago, but never finished.
in any case, there are test configs for DoT and DoH that live alongside the example config file you linked to.
DoT
DoH
Do those help?
@LuckyTurtleDev commented on GitHub (Feb 19, 2022):
Thanks for the fast answer.
I have checkout the provided example. The only different I see is the
tls_cert =line.How can trust-dns recolonize if it should use dot or doh?
Sadly I notify that trust-dns does not support my EC key. see https://github.com/bluejekyll/trust-dns/issues/1642
@nlgranger commented on GitHub (May 4, 2025):
Did I miss a link somewhere or there is still no documentation yet ?
@djc commented on GitHub (May 5, 2025):
There is still no documentation unfortunately. The closest you can get is reading the documentation for
hickory_dns::Config.