Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNS Firewall] Update recommended Max Cache TTL to 4 hours #19601

Merged
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/content/docs/dns/dns-firewall/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Prior to setting up DNS Firewall, you need:
4. Fill out the required fields, including:
- **IP Addresses**: The upstream IPv4 and/or IPv6 addresses of your authoritative nameservers.
- **Minimum Cache TTL**: Recommended setting of **30 seconds**.
- **Maximum Cache TTL**: Recommended setting of **1 hour**. Larger values increase the cache hit ratio, but also increase the time required for DNS changes to propagate.
- **Maximum Cache TTL**: Recommended setting of **4 hours**. Larger values increase the cache hit ratio, but also increase the time required for DNS changes to propagate.
- **ANY queries**: Recommended setting is **Off** because these are often used as part of DDoS attacks. Also refer to this [blog post](https://blog.cloudflare.com/rfc8482-saying-goodbye-to-any/).
5. Click **Continue**.
6. On the following screen, save the values for **Your new DNS Firewall IP Addresses**.
Expand Down