mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 19:45:12 +00:00
Remove Cloudflare as a target
This commit is contained in:
parent
8a3fff3e9a
commit
5ec79d7558
1 changed files with 0 additions and 5 deletions
|
|
@ -3,10 +3,6 @@ providers:
|
|||
config:
|
||||
class: octodns.provider.yaml.YamlProvider
|
||||
directory: ./
|
||||
cloudflare:
|
||||
class: octodns.provider.cloudflare.CloudflareProvider
|
||||
email: zach@hackclub.com
|
||||
token: env/CLOUDFLARE_API_KEY
|
||||
dnsimple:
|
||||
class: octodns.provider.dnsimple.DnsimpleProvider
|
||||
token: env/DNSIMPLE_API_KEY
|
||||
|
|
@ -17,7 +13,6 @@ zones:
|
|||
sources:
|
||||
- config
|
||||
targets:
|
||||
- cloudflare
|
||||
- dnsimple
|
||||
hackclub.io.:
|
||||
sources:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue