See also ./dnssd_notes.md
For some reason, I have to specify the nameserver when I dig against cloudflare:
dig @venkat.ns.cloudflare.com caa aiproxy.pro +answer
dig @8.8.8.8 aiproxy.pro
dig louzell.com
dig -x 64.34.164.21
These two commands do the same thing (notice in the ptr version the IP order is swapped):
dig +noall +answer -x 3.20.251.10
dig +noall +answer PTR 10.251.20.3.in-addr.arpa
Old serverbeach tutorial on PTR records
dig -t txt example.org
host -t ns aiproxy.pro
To find fastest dns server for my local setup, use namebench (update 2024-01-27: this is no longer maintained)
http://code.google.com/p/namebench/
The only entry in the autogenerated file /etc/resolve.conf
is nameserver 192.168.1.1
See scutil --dns
for the full list of resolvers