- IPv6 prefix:
2001:DB8::0/32
- Reverse zone:
8.b.d.0.1.0.0.2.ip6.arpa
If you control your own IP prefix(es), you can set up reverse zones with PTR records to allow reverse DNS lookups.
PTR records specify the allowed hosts for a given IP address. They are the opposite of A records ↗ and used for reverse DNS lookups.
Historically, PTR records prevented outbound SMTP servers from being blocked by spam filters. However, more modern DNS records — SPF, DKIM, and DMARC — provide better verifications of domain ownership.
Now, PTR records are primarily useful for those who own a dedicated IP space. They can help populate trace routes and security tools with human-readable domain names.
As PTR records are mainly used for reverse DNS lookups, they should preferably be added to reverse zones.
The following Cloudflare customers can create reverse zones.
If your account does not meet these qualifications and you do not own the IP prefix you want to add PTR records on, contact the owner of the IP address based on a whois lookup ↗.
To set up a reverse zone, you need to create a reverse DNS zone and add PTR records for forward resolution.
Within your account, click Add site.
For your site name, use the reverse IP address:
For IPv4 /24 prefixes, the pattern is:
<octet_1>.<octet_2>.<octet_3>.0/24
<octet_3>.<octet_2>.<octet_1>.in-addr.arpa
For IPv4 /16 prefixes, the pattern is:
<octet_1>.<octet_2>.0.0/16
<octet_2>.<octet_1>.in-addr.arpa
Example
198.51.100.0/24
100.51.198.in-addr.arpa
2001:DB8::0/32
8.b.d.0.1.0.0.2.ip6.arpa
2001:DB8::0/48
0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa
If you are adding less than 200 PTR records, select the Free plan. If you are adding more, select a paid plan.
Skip the rest of the onboarding process.
Go to DNS > Records.
For each IP within the prefix, add a PTR record using the least significant octet(s) as the subdomain.
IPv4 example
Suppose you have the following configuration:
100.51.198.in-addr.arpa
198.51.100.123
The subdomain for the PTR record would be 123
, making the full domain for forward lookup 123.100.51.198.in-addr.arpa
.
Type | Name | Domain name | TTL |
---|---|---|---|
PTR | 123 | example.com | Auto |
IPv6 example
Suppose you have the following configuration:
0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa
2001:DB8::5
The subdomain for the PTR record would be 5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0
, making the full domain for forward lookup 5.0.0.0.0.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
.
Type | Name | Domain name | TTL |
---|---|---|---|
PTR | 5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 | example.com | Auto |
3. Add the two Cloudflare nameservers provided for the zone at your Regional Internet Registry (RIR).
After this process, your reverse zone will be activated and you can perform reverse DNS lookups.
While setting up reverse zones, the following third-party tools may be useful: