@@ -89,11 +89,16 @@ def create(
8989
9090 ecs_fallback: Forward client IP (resolver) subnet if no EDNS Client Subnet is sent.
9191
92- maximum_cache_ttl: Maximum DNS Cache TTL.
92+ maximum_cache_ttl: Maximum DNS cache TTL. This setting sets an upper bound on DNS TTLs for purposes
93+ of caching between DNS Firewall and the upstream servers. Higher TTLs will be
94+ decreased to the maximum defined here for caching purposes.
9395
94- minimum_cache_ttl: Minimum DNS Cache TTL.
96+ minimum_cache_ttl: Minimum DNS cache TTL. This setting sets a lower bound on DNS TTLs for purposes
97+ of caching between DNS Firewall and the upstream servers. Lower TTLs will be
98+ increased to the minimum defined here for caching purposes.
9599
96- negative_cache_ttl: Negative DNS Cache TTL.
100+ negative_cache_ttl: Negative DNS cache TTL. This setting controls how long DNS Firewall should cache
101+ negative responses (e.g., NXDOMAIN) from the upstream servers.
97102
98103 ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
99104 the upstream nameservers configured on the cluster).
@@ -272,15 +277,20 @@ def edit(
272277
273278 ecs_fallback: Forward client IP (resolver) subnet if no EDNS Client Subnet is sent.
274279
275- maximum_cache_ttl: Maximum DNS Cache TTL.
280+ maximum_cache_ttl: Maximum DNS cache TTL. This setting sets an upper bound on DNS TTLs for purposes
281+ of caching between DNS Firewall and the upstream servers. Higher TTLs will be
282+ decreased to the maximum defined here for caching purposes.
276283
277- minimum_cache_ttl: Minimum DNS Cache TTL.
284+ minimum_cache_ttl: Minimum DNS cache TTL. This setting sets a lower bound on DNS TTLs for purposes
285+ of caching between DNS Firewall and the upstream servers. Lower TTLs will be
286+ increased to the minimum defined here for caching purposes.
278287
279288 name: DNS Firewall Cluster Name.
280289
281290 attack_mitigation: Attack mitigation settings.
282291
283- negative_cache_ttl: Negative DNS Cache TTL.
292+ negative_cache_ttl: Negative DNS cache TTL. This setting controls how long DNS Firewall should cache
293+ negative responses (e.g., NXDOMAIN) from the upstream servers.
284294
285295 ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
286296 the upstream nameservers configured on the cluster).
@@ -422,11 +432,16 @@ async def create(
422432
423433 ecs_fallback: Forward client IP (resolver) subnet if no EDNS Client Subnet is sent.
424434
425- maximum_cache_ttl: Maximum DNS Cache TTL.
435+ maximum_cache_ttl: Maximum DNS cache TTL. This setting sets an upper bound on DNS TTLs for purposes
436+ of caching between DNS Firewall and the upstream servers. Higher TTLs will be
437+ decreased to the maximum defined here for caching purposes.
426438
427- minimum_cache_ttl: Minimum DNS Cache TTL.
439+ minimum_cache_ttl: Minimum DNS cache TTL. This setting sets a lower bound on DNS TTLs for purposes
440+ of caching between DNS Firewall and the upstream servers. Lower TTLs will be
441+ increased to the minimum defined here for caching purposes.
428442
429- negative_cache_ttl: Negative DNS Cache TTL.
443+ negative_cache_ttl: Negative DNS cache TTL. This setting controls how long DNS Firewall should cache
444+ negative responses (e.g., NXDOMAIN) from the upstream servers.
430445
431446 ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
432447 the upstream nameservers configured on the cluster).
@@ -605,15 +620,20 @@ async def edit(
605620
606621 ecs_fallback: Forward client IP (resolver) subnet if no EDNS Client Subnet is sent.
607622
608- maximum_cache_ttl: Maximum DNS Cache TTL.
623+ maximum_cache_ttl: Maximum DNS cache TTL. This setting sets an upper bound on DNS TTLs for purposes
624+ of caching between DNS Firewall and the upstream servers. Higher TTLs will be
625+ decreased to the maximum defined here for caching purposes.
609626
610- minimum_cache_ttl: Minimum DNS Cache TTL.
627+ minimum_cache_ttl: Minimum DNS cache TTL. This setting sets a lower bound on DNS TTLs for purposes
628+ of caching between DNS Firewall and the upstream servers. Lower TTLs will be
629+ increased to the minimum defined here for caching purposes.
611630
612631 name: DNS Firewall Cluster Name.
613632
614633 attack_mitigation: Attack mitigation settings.
615634
616- negative_cache_ttl: Negative DNS Cache TTL.
635+ negative_cache_ttl: Negative DNS cache TTL. This setting controls how long DNS Firewall should cache
636+ negative responses (e.g., NXDOMAIN) from the upstream servers.
617637
618638 ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
619639 the upstream nameservers configured on the cluster).
0 commit comments