mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
POWERDNS: Some minor fixes for ALIAS and TXTMulti and integration testing (#1065)
* POWERDNS: Some minor fixes for ALIAS and integration testing * POWERDNS: Readd missing error handling
This commit is contained in:
committed by
GitHub
parent
54bca37900
commit
06a1cc3d38
@ -142,9 +142,10 @@
|
||||
"domain": "$OVH_DOMAIN"
|
||||
},
|
||||
"POWERDNS": {
|
||||
"apikey": "$POWERDNS_APIKEY",
|
||||
"apiurl": "$POWERDNS_APIURL",
|
||||
"servername": "$POWERDNS_SERVERNAME"
|
||||
"apiKey": "$POWERDNS_APIKEY",
|
||||
"apiUrl": "$POWERDNS_APIURL",
|
||||
"serverName": "$POWERDNS_SERVERNAME",
|
||||
"domain": "$POWERDNS_DOMAIN"
|
||||
},
|
||||
"ROUTE53": {
|
||||
"KeyId": "$ROUTE53_KEY_ID",
|
||||
|
Reference in New Issue
Block a user