mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 14:17:06 +00:00
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:
parent
b8d0f10790
commit
14b50e8c7b
2 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
hackclub.community.yaml
Normal file
1
hackclub.community.yaml
Normal file
|
|
@ -0,0 +1 @@
|
|||
---
|
||||
Loading…
Add table
Reference in a new issue