Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/content/docs/dns/dns-firewall/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Yes. The default TTL is 30 seconds. You can set `negative_cache_ttl` via the [AP

<Details header="How can I set PTR records for nameserver hostnames?">

If you want PTR records on the assigned DNS Firewall cluster IPs that point to your nameserver hostnames, please reach out to your Cloudflare account team.
To use PTR records on the assigned DNS Firewall cluster IPs that point to your nameserver hostnames, refer to the following API endpoints:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To use PTR records on the assigned DNS Firewall cluster IPs that point to your nameserver hostnames, refer to the following API endpoints:
To set up PTR records for the DNS Firewall cluster IPs assigned to your nameserver hostnames, use the following API endpoints:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does my suggestion make sense? I find the original a bit hard to read. Feel free to ignore, though.


- [Show DNS Firewall Cluster Reverse DNS](/api/operations/dns-firewall-show-dns-firewall-cluster-reverse-dns)
- [Update DNS Firewall Cluster Reverse DNS](/api/operations/dns-firewall-update-dns-firewall-cluster-reverse-dns)

</Details>
Loading