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
This commit is contained in:
Alex Park 2025-10-24 23:36:38 -05:00 committed by GitHub
parent b8d0f10790
commit 14b50e8c7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View file

@ -21,6 +21,17 @@ providers:
retry_period: 600 # 10 minute wait on rate limits retry_period: 600 # 10 minute wait on rate limits
zones_per_page: 50 # API pagination zones_per_page: 50 # API pagination
records_per_page: 100 # 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: zones:
hackclub.com.: hackclub.com.:
@ -114,3 +125,8 @@ zones:
- config - config
targets: targets:
- dnsimple - dnsimple
hackclub.community.:
sources:
- config
targets:
- cloudflare-alt

1
hackclub.community.yaml Normal file
View file

@ -0,0 +1 @@
---