Releases: hashicorp/mdns
Releases · hashicorp/mdns
v1.0.5
- Allow disabling IPv4 or IPv6 to support environments that don't have both protocols enabled.
v1.0.1
- Changes from using github.com/hashicorp/go.net to golang.org/x/net
- Fixes a handful of data races found with
go test -race