PTR (Pointer) is a type of DNS record that returns a domain name for a given IP address. It is the reverse of the A and AAAA records, which is why it is called reverse DNS.
A forward record turns a name into an address, while PTR does the opposite — it returns a name for an address. These records live not in the domain's own zone but in special service zones: in-addr.arpa for IPv4 addresses and ip6.arpa for IPv6. The address is written in reverse octet order inside the zone name — for example, 192.0.2.10 is queried as 10.2.0.192.in-addr.arpa.
The main consumer of reverse DNS is email:
A PTR record is usually configured not in the domain panel but by the owner of the address — the hosting provider or the network's registry.