mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #191] [MERGED] checkout hosts before dns query #1295
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#1295
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?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/191
Author: @cssivision
Created: 9/19/2017
Status: ✅ Merged
Merged: 9/23/2017
Merged by: @bluejekyll
Base:
master← Head:master📝 Commits (10+)
9702c3ccheckout host before dns query837f133make Hosts and lookup pub6c7de3fadd integration test for lookup hostsd3cc87bMerge branch 'master' of https://github.com/bluejekyll/trust-dnsa16a85coptimize some codeb82a53badd warnning when parse ip fail37210dbMerge branch 'master' of https://github.com/bluejekyll/trust-dnse3ea900Merge branch 'master' into master86ec4c1Merge branch 'master' into mastere7e5a5cMerge branch 'master' into master📊 Changes
8 files changed (+307 additions, -7 deletions)
View changed files
📝
integration-tests/tests/lookup_tests.rs(+37 -2)📝
resolver/src/config.rs(+3 -0)➕
resolver/src/hosts.rs(+196 -0)📝
resolver/src/lib.rs(+2 -0)📝
resolver/src/lookup.rs(+2 -1)📝
resolver/src/lookup_ip.rs(+17 -3)📝
resolver/src/resolver_future.rs(+37 -1)➕
resolver/tests/hosts(+13 -0)📄 Description
this pr hasn't finished yet, but i have to make sure i'm in the right direction. whether it's necessary to reload check
/etc/hostsfile when this file changed, or just load this file at the start.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.