mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #109] [Resolver] use the system's dns conf, e.g. /etc/resolv.conf #354
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#354
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 @bbigras on GitHub (Mar 27, 2017).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/109
Is there an helper or something to to a query using the system's dns servers that would also handle if the first one fails.
Right now it seems I need to hardcode the dns server ip.
@bluejekyll commented on GitHub (Mar 27, 2017):
By "system" do you mean read /etc/resolv.conf or equivalent?
@bbigras commented on GitHub (Mar 27, 2017):
Yes.
@bluejekyll commented on GitHub (Mar 27, 2017):
This is something I plan to include in the Resolver. I thought I had an issue open for that, but I didn't, so I opened a new one: #110
Basically, the Client is supposed to be a dumb DNS client. I decided this after some concerns around the DNSSec solving logic, which will probably migrate to the Resolver package in time. I plan on starting this work after I finish some work on mTLS.
@bluejekyll commented on GitHub (Mar 27, 2017):
Depends on #110
@bluejekyll commented on GitHub (May 23, 2017):
see #136
I plan for that to support reading the system resolv.conf