From 14b50e8c7bef7ea6a4d99b82321cbed2f84a1040 Mon Sep 17 00:00:00 2001 From: Alex Park Date: Fri, 24 Oct 2025 23:36:38 -0500 Subject: [PATCH] Try alt cloudflare provider for hackclub.community (#2056) * Add alternative Cloudflare provider configuration * Rename 'plan' to 'plan_type' in production config * Add hackclub.community.yaml configuration file --- config/production.yaml | 16 ++++++++++++++++ hackclub.community.yaml | 1 + 2 files changed, 17 insertions(+) create mode 100644 hackclub.community.yaml diff --git a/config/production.yaml b/config/production.yaml index 090ce7e..02f4707 100644 --- a/config/production.yaml +++ b/config/production.yaml @@ -21,6 +21,17 @@ providers: retry_period: 600 # 10 minute wait on rate limits zones_per_page: 50 # API pagination records_per_page: 100 # API pagination + cloudflare-alt: + class: octodns_cloudflare.CloudflareProvider + token: env/CLOUDFLARE_TOKEN + plan_type: free + # Production best practices + min_ttl: 120 # Cloudflare minimum + # Enhanced reliability settings + retry_count: 5 # More retries for production + retry_period: 600 # 10 minute wait on rate limits + zones_per_page: 50 # API pagination + records_per_page: 100 # API pagination zones: hackclub.com.: @@ -114,3 +125,8 @@ zones: - config targets: - dnsimple + hackclub.community.: + sources: + - config + targets: + - cloudflare-alt diff --git a/hackclub.community.yaml b/hackclub.community.yaml new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/hackclub.community.yaml @@ -0,0 +1 @@ +---