mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-12-26 17:50:55 +08:00
providers.json: Turn // into "comments".
This commit is contained in:
parent
e563c53658
commit
598017a843
1 changed files with 3 additions and 3 deletions
|
@ -13,14 +13,14 @@
|
||||||
"apikey": "$CF_KEY"
|
"apikey": "$CF_KEY"
|
||||||
},
|
},
|
||||||
"DNSIMPLE": {
|
"DNSIMPLE": {
|
||||||
//16/17: no ns records managable. Not even for subdomains.
|
"COMMENT": "16/17: no ns records managable. Not even for subdomains.",
|
||||||
"knownFailures": "17,18",
|
"knownFailures": "17,18",
|
||||||
"domain": "$DNSIMPLE_DOMAIN",
|
"domain": "$DNSIMPLE_DOMAIN",
|
||||||
"token": "$DNSIMPLE_TOKEN",
|
"token": "$DNSIMPLE_TOKEN",
|
||||||
"baseurl": "https://api.sandbox.dnsimple.com"
|
"baseurl": "https://api.sandbox.dnsimple.com"
|
||||||
},
|
},
|
||||||
"GANDI": {
|
"GANDI": {
|
||||||
//5: gandi does not accept ttls less than 300
|
"COMMENT": "5: gandi does not accept ttls less than 300",
|
||||||
"knownFailures": "5",
|
"knownFailures": "5",
|
||||||
"domain": "$GANDI_DOMAIN",
|
"domain": "$GANDI_DOMAIN",
|
||||||
"apikey": "$GANDI_KEY"
|
"apikey": "$GANDI_KEY"
|
||||||
|
@ -36,4 +36,4 @@
|
||||||
"KeyId": "$R53_KEY_ID",
|
"KeyId": "$R53_KEY_ID",
|
||||||
"SecretKey": "$R53_KEY"
|
"SecretKey": "$R53_KEY"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue