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"
|
||||
},
|
||||
"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",
|
||||
"domain": "$DNSIMPLE_DOMAIN",
|
||||
"token": "$DNSIMPLE_TOKEN",
|
||||
"baseurl": "https://api.sandbox.dnsimple.com"
|
||||
},
|
||||
"GANDI": {
|
||||
//5: gandi does not accept ttls less than 300
|
||||
"COMMENT": "5: gandi does not accept ttls less than 300",
|
||||
"knownFailures": "5",
|
||||
"domain": "$GANDI_DOMAIN",
|
||||
"apikey": "$GANDI_KEY"
|
||||
|
|
Loading…
Reference in a new issue