Commit Graph

13 Commits

Author SHA1 Message Date
Martin Garton
71c466253c Fix domain lookup in some cases 2016-07-06 10:54:33 +01:00
Asim
f4bad1caf6 Add the probing, announcements and shutdown. Add client Listen which can be used for a watcher 2016-05-01 18:55:42 +01:00
Peter Valdez
8c52853f0a Fix double period at end of tmpHostname. 2015-03-08 21:53:16 -04:00
Matthias Hochgatterer
d456efdb2f Respond to _services._dns-sd._udp.<domain> dns question 2014-11-07 13:28:08 +01:00
Armon Dadgar
40f4a787fc Merge pull request #18 from gonzojive/hostname-questions
Make MDNSService respond to questions for A/AAAA records about its hostname.
2014-11-03 12:08:13 -08:00
Armon Dadgar
827e8b390b Merge pull request #17 from gonzojive/refactor-zone
Refactor mdns.MDNSService API in zone.go.
2014-11-03 12:07:28 -08:00
Red Daly
4585af0093 Update defaultTTL to 120 seconds. 2014-10-17 13:54:08 -07:00
Red Daly
5699c717d1 Make MDNSService respond to questions for A/AAAA records about its hostname. 2014-10-16 14:34:25 -07: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
28988a0358 General bug fixes to pass tests 2014-09-11 14:32:24 +02:00
richtr
a8a4397315 General updates to DNS SRV handling and decreased reliance on IP addressing (use FQDNs where we can) 2014-09-11 14:16:20 +02:00
Armon Dadgar
70462deb06 Increase default TTL to 10 seconds. Fixes #3. 2014-05-23 10:34:25 -07:00
Armon Dadgar
60a10ee1d7 Adding zones with tests 2014-01-29 14:28:46 -08:00