mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CLOUDNS: Support NAPTR, Update setup docs: (#1158)
- Changed the URL of the ClouDNS document from "asia.cloudns.net" to "www.cloudns.net". - A little addition about TTL.
This commit is contained in:
@@ -7,7 +7,7 @@ jsId: CLOUDNS
|
|||||||
# ClouDNS Provider
|
# ClouDNS Provider
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
In your credentials file, you must provide your [Api user ID and password](https://asia.cloudns.net/wiki/article/42/).
|
In your credentials file, you must provide your [Api user ID and password](https://www.cloudns.net/wiki/article/42/).
|
||||||
|
|
||||||
Current version of provider doesn't support `sub-auth-user`.
|
Current version of provider doesn't support `sub-auth-user`.
|
||||||
|
|
||||||
@@ -45,10 +45,10 @@ D("example.tld", REG_NONE, DnsProvider(CLOUDNS),
|
|||||||
{%endhighlight%}
|
{%endhighlight%}
|
||||||
|
|
||||||
## Activation
|
## Activation
|
||||||
[Create Auth ID](https://asia.cloudns.net/api-settings/). Only paid account can use API
|
[Create Auth ID](https://www.cloudns.net/api-settings/). Only paid account can use API
|
||||||
|
|
||||||
## Caveats
|
## Caveats
|
||||||
ClouDNS does not allow all TTLs, but only a specific subset of TTLs. The following [TTLs are supported](https://asia.cloudns.net/wiki/article/188/):
|
ClouDNS does not allow all TTLs, only a specific subset of TTLs. By default, the following [TTLs are supported](https://www.cloudns.net/wiki/article/188/):
|
||||||
- 60 (1 minute)
|
- 60 (1 minute)
|
||||||
- 300 (5 minutes)
|
- 300 (5 minutes)
|
||||||
- 900 (15 minutes)
|
- 900 (15 minutes)
|
||||||
|
@@ -46,6 +46,7 @@ var features = providers.DocumentationNotes{
|
|||||||
providers.CanUseSSHFP: providers.Can(),
|
providers.CanUseSSHFP: providers.Can(),
|
||||||
providers.CanUseCAA: providers.Can(),
|
providers.CanUseCAA: providers.Can(),
|
||||||
providers.CanUseTLSA: providers.Can(),
|
providers.CanUseTLSA: providers.Can(),
|
||||||
|
providers.CanUseNAPTR: providers.Can(),
|
||||||
providers.CanUsePTR: providers.Can(),
|
providers.CanUsePTR: providers.Can(),
|
||||||
providers.CanGetZones: providers.Can(),
|
providers.CanGetZones: providers.Can(),
|
||||||
providers.CanUseDSForChildren: providers.Can(),
|
providers.CanUseDSForChildren: providers.Can(),
|
||||||
|
Reference in New Issue
Block a user