Reverse DNS (rDNS) lets you take an IP address and ask “which hostname is configured for this IP?” Under the hood it queries the PTR record in the in‑addr.arpa (IPv4) or ip6.arpa (IPv6) zone.
PTR (pointer) records live in the in-addr.arpa
(IPv4) or ip6.arpa
(IPv6) zones
and map an IP back to a hostname. Only the IP’s owner—often your ISP or hosting provider—can
delegate and update these. If you run your own IP space, you’ll set PTR records via your DNS host;
otherwise you must request your provider to add or edit them.
.in-addr.arpa
.192.0.2.5 → 5.2.0.192.in-addr.arpa
.ip6.arpa
.2001:db8::1 → 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa