mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 23:22:55 +00:00
...and fix dnsimple!
This commit is contained in:
parent
fe9733935a
commit
66d0e5e17b
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ providers:
|
|||
directory: ./
|
||||
enforce_order: False
|
||||
dnsimple:
|
||||
class: octodns.provider.dnsimple.DnsimpleProvider
|
||||
class: octodns_dnsimple.DnsimpleProvider
|
||||
token: env/DNSIMPLE_API_KEY
|
||||
account: env/DNSIMPLE_ACCOUNT_NUMBER
|
||||
cloudflare:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
octodns==0.9.21
|
||||
octodns-cloudflare==0.0.2
|
||||
octodns-dnsimple==0.0.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue