notwaldorf / cat-dns

:computer::cat: A DNS server that resolves everything to cats.
http://meowni.ca/posts/go-cat-dns-go/
MIT License
203 stars 23 forks source link

cat-dns is not authoritative #3

Closed colmmacc closed 10 years ago

colmmacc commented 10 years ago

cat-dns.js behaves like an authoritative name-server, but does not set the AA bit. Surely cat-dns is authoritative about cats in dns.

notwaldorf commented 10 years ago

It is decidedly authoritative now. Fixed with e781569