Commit Graph

6 Commits

Author SHA1 Message Date
Asim
b8712a0af4 Add https://github.com/hashicorp/mdns/pull/50 2016-04-29 23:34:13 +01:00
Red Daly
e39d11792c Refactor mdns.MDNSService API in zone.go.
- Change API for constructing an MDNSService: use NewMDNSService func instead of
  creating an MDNSService struct and calling its Init method.
- Allow full specification of the host name and IP addresses of an MDNSService
  instead of relying on the net package to infer them from the OS.
- Remove deprecated Addr member of MDNSService.
- Modify tests to comply with new API.
2014-10-16 10:38:12 -07:00
richtr
2f2002e875 Update tests to incorporate the latest library changes 2014-09-11 14:18:27 +02:00
Armon Dadgar
9215784091 Adding ability to set multicast query interface 2014-02-25 14:16:06 -08:00
Armon Dadgar
de767a076b Fixing bugs, adding a lookup test 2014-01-29 15:58:17 -08:00
Armon Dadgar
f02b38e239 Adding mdns server 2014-01-29 14:36:46 -08:00