providers.json: Turn // into "comments".

This commit is contained in:
Tom Limoncelli 2017-07-13 10:36:57 -04:00
parent e563c53658
commit 598017a843

View file

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