Lookup DNS by Address

name = dns.hostbyaddr(ip)

Find a DNS name for the address ip.

If there is an error, the return values are nil, err, msg