A PTR Record (sometimes called Reverse DNS Records) is a type of DNS record that resolves an IP Address back to a domain name or hostname. If you’re familiar with A records, you can think of a PTR record like a reverse A record.
PTR records can only be set up on VPS services; we are unable to set up a PTR record on any other type of service, as we can only have one per IP address and most of our shared hosting servers only have 1 or 2 IP addresses each.
The easiest way to check this would be to simply use this online DNS checker, to see if the PTR record resolves. You can also use Command Prompt on a Windows computer to run the following command, which will show you the PTR record for an IP Address: nslookup 123.456.789.000 Or, using the Mac OSX or Linux terminal, you can use this command: dig -x 123.456.789.000