Reverse DNS
This guide explains how to configure the reverse DNS path for your IP address in the Onidel Cloud Control Panel.
Reverse DNS (rDNS), also known as a PTR record, links an IP address to a domain name, typically a subdomain. This process works in the opposite direction of regular (forward) DNS, where a domain name is connected to an IP address.
For example, if you set the reverse DNS for IP 123.123.123.123
to mail.example.com
:
When you query the IP address of
mail.example.com
using a command likeDIG
, you'll receive the IP123.123.123.123
.Conversely, performing a reverse DNS lookup on
123.123.123.123
will returnmail.example.com
.
Reverse DNS is often used to verify the source of an email, adding an extra layer of security. Many email servers are configured to reject or flag messages as spam if the sending IP does not have a valid reverse DNS record.
How to configure Reverse DNS
To configure the reverse DNS, log in to the Onidel Cloud Control Panel, navigate to the service that has the IP you want to configure and click on Reverse DNS tab:

In this tab, you can view the list of IPs associated with the server that have PTR records configured in the Reverse DNS Records table:

To add a new Reverse DNS record or update an existing one, input the IP address concerned and enter the domain and click Add/Update Reverse DNS.
When you add or update a record, our system immediately checks if the A Record points to the specified IP address.
If the A record is changed after reverse DNS has been set, our system may remove the reverse DNS for that address.
Last updated