skynetservices / skydns1

DNS for skynet or any other service discovery
MIT License
528 stars 54 forks source link

Fix DNS replies #61

Closed miekg closed 10 years ago

miekg commented 10 years ago

Adhere much more to the DNS protocol, give back NXDOMAIN and NODATA responses instead of the more dangerous SERVFAIL.

Also set the header bits correctly: we do provide recursion and we are authoritative for it (skydns.local.)

bketelsen commented 10 years ago

lgtm