1
0
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:
Jan-Philipp Benecke
2021-03-01 13:09:49 +01:00
committed by GitHub
parent 54bca37900
commit 06a1cc3d38
4 changed files with 42 additions and 14 deletions

View File

@ -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",