1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

NEW PROVIDER: Bunny DNS (#2265) (#2760)

This commit is contained in:
Pascal Mathis
2024-01-06 15:19:40 +01:00
committed by GitHub
parent 5daeafc73a
commit 961eaa7862
15 changed files with 730 additions and 3 deletions

View File

@@ -38,6 +38,11 @@
"TYPE": "BIND",
"domain": "$BIND_DOMAIN"
},
"BUNNY_DNS": {
"TYPE": "BUNNY_DNS",
"domain": "$BUNNY_DNS_DOMAIN",
"api_key": "$BUNNY_DNS_API_KEY"
},
"CLOUDFLAREAPI": {
"TYPE": "CLOUDFLAREAPI",
"accountid": "$CLOUDFLAREAPI_ACCOUNTID",