mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Add Azure DNS (#547)
* Add Azure DNS * Remove unused code * Fix failing tests and update build
This commit is contained in:
committed by
Craig Peterson
parent
79c548b168
commit
813a186865
@@ -4,6 +4,14 @@
|
||||
"domain": "$AD_DOMAIN",
|
||||
"knownFailures": "29,30,31,32,33,34,35,38,39,40,41,48,49,51,52,53"
|
||||
},
|
||||
"AZURE_DNS": {
|
||||
"SubscriptionID": "$AZURE_SUBSCRIPTION_ID",
|
||||
"ResourceGroup": "$AZURE_RESOURCE_GROUP",
|
||||
"TenantID": "$AZURE_TENANT_ID",
|
||||
"ClientID": "$AZURE_CLIENT_ID",
|
||||
"ClientSecret": "$AZURE_CLIENT_SECRET",
|
||||
"domain": "$AZURE_DOMAIN"
|
||||
},
|
||||
"BIND": {
|
||||
"domain": "example.com"
|
||||
},
|
||||
|
Reference in New Issue
Block a user