[GH-ISSUE #1641] Documentation of named configfile? #719

Open
opened 2026-03-15 23:58:17 +03:00 by kerem · 4 comments
Owner

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.

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](https://github.com/bluejekyll/trust-dns/blob/main/bin/benches/bind_conf/example.conf). But this config does not include features like dot or doh server, cache size or log level.
Author
Owner

@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?

<!-- gh-comment-id:1046046844 --> @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](https://github.com/bluejekyll/trust-dns/blob/main/tests/test-data/named_test_configs/dns_over_tls.toml) [DoH](https://github.com/bluejekyll/trust-dns/blob/main/tests/test-data/named_test_configs/dns_over_https.toml) Do those help?
Author
Owner

@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

<!-- gh-comment-id:1046055773 --> @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
Author
Owner

@nlgranger commented on GitHub (May 4, 2025):

Did I miss a link somewhere or there is still no documentation yet ?

<!-- gh-comment-id:2849117334 --> @nlgranger commented on GitHub (May 4, 2025): Did I miss a link somewhere or there is still no documentation yet ?
Author
Owner

@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.

<!-- gh-comment-id:2850849793 --> @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`](https://docs.rs/hickory-dns/latest/hickory_dns/struct.Config.html).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#719
No description provided.