mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Merge pull request #22 from hackclub/remove-cloudflare
Remove Cloudflare as a target
This commit is contained in:
commit
3910bdd395
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