mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 18:35:19 +00:00
Change Cloudflare plan type to enterprise (#2124)
This commit is contained in:
parent
cc92fce43f
commit
b77d56f1dd
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ providers:
|
|||
class: octodns_cloudflare.CloudflareProvider
|
||||
token: env/CLOUDFLARE_TOKEN
|
||||
# Production best practices
|
||||
plan_type: pro # Cloudflare plan type (3,500 record limit)
|
||||
plan_type: enterprise # Cloudflare plan type
|
||||
pagerules: true # Page Rules management
|
||||
min_ttl: 120 # Cloudflare minimum
|
||||
# Enhanced reliability settings
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue