mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #436] Have server get answers from upstream DNS server? #487
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#487
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 @phpdave11 on GitHub (Apr 28, 2018).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/436
I am trying to switch my BIND9 setup to trust-dns server. I have everything working with my local domains, but when I try to resolve a public domain, I get no answers.
On the server that is running trust-dns server, I have upstream DNS servers defined in
/etc/resolv.conf:Here's what I get when I try to query trust-dns for a public domain:
I started with the example named configuration files. Am I missing some configuration, or is this not supported?
Thanks!
@bluejekyll commented on GitHub (Apr 28, 2018):
You are missing something, and it's a very important feature we still need to build! Please see #55
Forwarding support is not yet complete. With the Resolver (limited to stub resolution at-the-moment) work in a pretty decent state at this point, I do see us in a position now to integrate the Resolver into the server for forwarding support. Right now, the trust-dns server is only capably of acting as an authority.
I'm gearing up to work on the resolver integration soon, but I don't anticipate that work being complete for a while. It's going to require some refactoring of the Resolver and the Server before such a thing will be ready.
I hope this wasn't wasted effort for you!
@phpdave11 commented on GitHub (Apr 28, 2018):
No problem, thanks for the explanation -- can't wait for forwarding support!
Nice job on this whole project by the way! It was definitely not wasted effort on my part, as I too am trying to learn rust and get more familiar with programs written in rust.
@bluejekyll commented on GitHub (Apr 9, 2019):
fixed in #674