From b77d56f1dd4d80d979f7e72741750b1147da292e Mon Sep 17 00:00:00 2001 From: Alex Park Date: Mon, 20 Oct 2025 16:13:43 -0500 Subject: [PATCH] Change Cloudflare plan type to enterprise (#2124) --- config/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.yaml b/config/production.yaml index c25e86f..090ce7e 100644 --- a/config/production.yaml +++ b/config/production.yaml @@ -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