Write a function that takes an IP address and returns the domain name using PTR DNS records.
get_domain("8.8.8.8") ➞ "dns.google" get_domain("8.8.4.4") ➞ "dns.google"
socket