[GH-ISSUE #2357] Build arguments for hickory-dns recursor type #969

Open
opened 2026-03-16 01:07:49 +03:00 by kerem · 1 comment
Owner

Originally created by @git001 on GitHub (Aug 14, 2024).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2357

I used the following file to run my own recursive resolver and got the error that type = "recursor" isn't known.

https://github.com/hickory-dns/hickory-dns/blob/main/tests/test-data/test_configs/example_recursor.toml#L36-L40

After some checks I have found the right build arguments and want to share the knowledge with the hickory-dns community.

Now my question:

What's the best place to add this information to the users when they want to use hickory-dns as recursive resolver.

cargo build --release --features recursor,dnssec,dnssec-ring -p hickory-dns

With that option can I run my own resolver server with hickory-dns 😄

Originally created by @git001 on GitHub (Aug 14, 2024). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2357 I used the following file to run my own recursive resolver and got the error that `type = "recursor"` isn't known. https://github.com/hickory-dns/hickory-dns/blob/main/tests/test-data/test_configs/example_recursor.toml#L36-L40 After some checks I have found the right build arguments and want to share the knowledge with the `hickory-dns` community. Now my question: What's the best place to add this information to the users when they want to use `hickory-dns` as recursive resolver. ``` cargo build --release --features recursor,dnssec,dnssec-ring -p hickory-dns ``` With that option can I run my own resolver server with `hickory-dns` :smile:
Author
Owner

@bluejekyll commented on GitHub (Mar 2, 2025):

Thanks, we should add this to our docs.

<!-- gh-comment-id:2692835813 --> @bluejekyll commented on GitHub (Mar 2, 2025): Thanks, we should add this to our docs.
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#969
No description provided.