Adding a PTR record
A PTR (pointer) record is a record that associates an IP address with the domain of your site.
A PTR record is useful for outgoing mail servers. Most mail servers, before deciding whether to place an email in the "Inbox" or reject it as spam, check the PTR record of the IP address from which the email was sent. If this record exists and matches the domain name from which the email was sent, it serves as one of the factors for a positive decision (indicating that the email is not spam).
In order to add a PTR record you need to do the following steps
Go to Settings menu of your order and in section IPv4/IPv6 → PTR and press the button Edit.
Enter the domain name and click the Checkbox to save.
To see the PTR record:
On OS Windows you need to open the command line Start → Run → cmd and type in:
nslookup -type=PTR ip-address
On Unix-like systems, open a terminal Ctrl+Alt+T and run the command:
dig -x ip-address
Help
If you have any additional questions, you can always contact our support team via the ticket system or live chat.