mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
providers.json: Pass file thought fmtjson
This commit is contained in:
@@ -1,39 +1,39 @@
|
|||||||
{
|
{
|
||||||
"ACTIVEDIRECTORY_PS": {
|
"ACTIVEDIRECTORY_PS": {
|
||||||
"knownFailures": "17,18,19,25,26,27,28,29,30",
|
"ADServer": "$AD_SERVER",
|
||||||
"domain": "$AD_DOMAIN",
|
"domain": "$AD_DOMAIN",
|
||||||
"ADServer": "$AD_SERVER"
|
"knownFailures": "17,18,19,25,26,27,28,29,30"
|
||||||
},
|
},
|
||||||
"BIND": {
|
"BIND": {
|
||||||
"domain": "example.com"
|
"domain": "example.com"
|
||||||
},
|
},
|
||||||
"CLOUDFLAREAPI":{
|
"CLOUDFLAREAPI": {
|
||||||
"domain": "$CF_DOMAIN",
|
"apikey": "$CF_KEY",
|
||||||
"apiuser": "$CF_USER",
|
"apiuser": "$CF_USER",
|
||||||
"apikey": "$CF_KEY"
|
"domain": "$CF_DOMAIN"
|
||||||
},
|
},
|
||||||
"DNSIMPLE": {
|
"DNSIMPLE": {
|
||||||
"COMMENT": "16/17: no ns records managable. Not even for subdomains.",
|
"COMMENT": "16/17: no ns records managable. Not even for subdomains.",
|
||||||
"knownFailures": "17,18",
|
"baseurl": "https://api.sandbox.dnsimple.com",
|
||||||
"domain": "$DNSIMPLE_DOMAIN",
|
"domain": "$DNSIMPLE_DOMAIN",
|
||||||
"token": "$DNSIMPLE_TOKEN",
|
"knownFailures": "17,18",
|
||||||
"baseurl": "https://api.sandbox.dnsimple.com"
|
"token": "$DNSIMPLE_TOKEN"
|
||||||
},
|
},
|
||||||
"GANDI": {
|
"GANDI": {
|
||||||
"COMMENT": "5: gandi does not accept ttls less than 300",
|
"COMMENT": "5: gandi does not accept ttls less than 300",
|
||||||
"knownFailures": "5",
|
"apikey": "$GANDI_KEY",
|
||||||
"domain": "$GANDI_DOMAIN",
|
"domain": "$GANDI_DOMAIN",
|
||||||
"apikey": "$GANDI_KEY"
|
"knownFailures": "5"
|
||||||
},
|
},
|
||||||
"GCLOUD": {
|
"GCLOUD": {
|
||||||
"domain": "$GCLOUD_DOMAIN",
|
"client_email": "$GCLOUD_EMAIL",
|
||||||
"project_id": "$GCLOUD_PROJECT",
|
"domain": "$GCLOUD_DOMAIN",
|
||||||
"private_key": "$GCLOUD_PRIVATEKEY",
|
"private_key": "$GCLOUD_PRIVATEKEY",
|
||||||
"client_email": "$GCLOUD_EMAIL"
|
"project_id": "$GCLOUD_PROJECT"
|
||||||
},
|
},
|
||||||
"ROUTE53": {
|
"ROUTE53": {
|
||||||
"domain": "$R53_DOMAIN",
|
"KeyId": "$R53_KEY_ID",
|
||||||
"KeyId": "$R53_KEY_ID",
|
"SecretKey": "$R53_KEY",
|
||||||
"SecretKey": "$R53_KEY"
|
"domain": "$R53_DOMAIN"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user