mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[GH-ISSUE #2654] mdns feature documented but missing from async-std-resolver crate #1039
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#1039
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 @arichtman on GitHub (Dec 8, 2024).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2654
Describe the bug
The README notes an mDNS feature here, but no such feature exists in Cargo.toml
To Reproduce
Expected behavior
Crate is added and feature is active.
System:
Version:
Crate: async-std-resolver
Version: 0.24.1
Additional context
async-std-resolver's
Cargo.tomlnotes it's not ready but some mDNS code seems to be in thehickory-resolvercrate, though it also doesn't have any mDNS features in it'sCargo.toml@djc commented on GitHub (Dec 9, 2024):
Unfortunately this amounts to copy/pasta.
9f4d01aae7added a README for async-std-resolver, but this particular crate never contained any mdns support (and #2324 removed the mostly disabled support that existed in the resolver crate). At this point we only have some lower-level support in the hickory-proto crate.I've submitted #2655 to remove the README reference.