mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #3010] [CLOSED] proto: add support for mDNS resolution #3487
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#3487
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/3010
Author: @mokeyish
Created: 5/23/2025
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (2)
66725e2proto: add support for mDNS resolutiondb5087bFix unit test failure due to MessageType check📊 Changes
36 files changed (+348 additions, -123 deletions)
View changed files
📝
bin/Cargo.toml(+1 -0)📝
bin/tests/integration/authority_battery/basic.rs(+2 -2)📝
bin/tests/integration/authority_battery/dnssec.rs(+2 -2)📝
bin/tests/integration/authority_battery/dynamic_update.rs(+2 -2)📝
bin/tests/integration/server_harness/mod.rs(+2 -0)📝
crates/client/src/client/client.rs(+1 -1)📝
crates/client/src/client/memoize_client_handle.rs(+1 -1)📝
crates/proto/benches/lib.rs(+2 -2)📝
crates/proto/src/dnssec/dnssec_dns_handle/mod.rs(+1 -1)📝
crates/proto/src/op/header.rs(+4 -3)📝
crates/proto/src/op/message.rs(+14 -1)📝
crates/proto/src/quic/tests.rs(+1 -1)📝
crates/proto/src/tests/udp.rs(+1 -1)📝
crates/proto/src/xfer/dns_response.rs(+29 -19)📝
crates/proto/src/xfer/mod.rs(+9 -0)📝
crates/proto/src/xfer/retry_dns_handle.rs(+1 -1)📝
crates/recursor/src/recursor.rs(+1 -1)📝
crates/resolver/Cargo.toml(+6 -0)➕
crates/resolver/examples/mdns_resolver.rs(+108 -0)📝
crates/resolver/src/caching_client.rs(+4 -4)...and 16 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.