brutella / dnssd

This library implements Multicast DNS (mDNS) and DNS-Based Service Discovery (DNS-SD) for Zero Configuration Networking in Go.
MIT License
207 stars 33 forks source link

Extend Request interfaces for relay #40

Closed ericvh closed 1 year ago

ericvh commented 2 years ago

Add functions to return the raw dns msg as well as the origin. This are useful when building a dns-sd relay that can also use dnssd debug features. (see my fork: https://github.com/decent-e/dnssd in cmd/relay for the relay tool which I'm happy to contribute as well if you think its useful)

Signed-off-by: Eric Van Hensbergen ericvh@gmail.com

brutella commented 1 year ago

Sorry for not responding earlier. Thanks for your fix. 🎉