mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-24 18:55:55 +03:00
[GH-ISSUE #3472] Recursive Resolver - unknown variant 'Hint' #1188
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#1188
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 @bcookatpcsd on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/3472
Assuming this will be a quick one.. as it seems to be a basic feature..
New user here.. read trhough the hickory-dns.org/book/ and thought I would give it a try..
Alpine linux package:
https://pkgs.alpinelinux.org/packages?name=hickory*&branch=edge&repo=&arch=x86_64&origin=&flagged=&maintainer=
Following this page:
https://hickory-dns.org/book/hickory/recursive_resolver.html
And trying to start with the created config and files:
https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/hickory-dns?__goaway_challenge=cookie&__goaway_id=6e23f8eaef6579962d3944ceea19ea9e&__goaway_referer=https%3A%2F%2Fpkgs.alpinelinux.org%2F
The APKBUILD from 3months ago..
Is something missing from the build? or did the docs change?
I see others with issues about recursion..
So it must be me..
Thank you in advance.
@djc commented on GitHub (Feb 27, 2026):
Can you share the config you're using? Usually these kinds of issues stem from a version mismatch between the source of the config and the code you're using.
@cpu commented on GitHub (Feb 27, 2026):
I think the book content is out of date, and based on the error the OP is probably using this config.
@bcookatpcsd If you're using 0.25.2 and want a working recursive resolver config, try example_recursor.toml from the 0.25.2 tag (don't use what's in
main- it likely won't be compatible with 0.25.2)Maybe we should table the book until after the 0.26 release when we can get it synced up?
@bcookatpcsd commented on GitHub (Feb 28, 2026):
Thank you
That looks to be the issue.
.. and my 0.02
Yes I didn't know what software version these directions went with..
assuming they were accurate at one time.
and was pretty sure this wasn't the time any longer.
Thank you for the response