mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CLOUDNS: Implement PTR Record Support (#999)
* Add PTR support for ClouDNS * Implement PTR Support for CLouDNS Co-authored-by: IT-Sumpfling <it-sumpfling@maxit-con.de> Co-authored-by: bentaybi jamal <jamal@pfalzcloud.de>
This commit is contained in:
@@ -9,17 +9,22 @@ jsId: CLOUDNS
|
||||
## Configuration
|
||||
In your credentials file, you must provide your [Api user ID and password](https://asia.cloudns.net/wiki/article/42/).
|
||||
|
||||
Current version of provider doesn't support `sub-auth-id` or `sub-auth-user`.
|
||||
Current version of provider doesn't support `sub-auth-user`.
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
"cloudns": {
|
||||
"auth-id": "12345",
|
||||
"sub-auth-id": "12345",
|
||||
"auth-password": "your-password"
|
||||
}
|
||||
}
|
||||
{% endhighlight %}
|
||||
|
||||
## Records
|
||||
|
||||
ClouDNS does not supprt DS Record.
|
||||
|
||||
## Metadata
|
||||
This provider does not recognize any special metadata fields unique to ClouDNS.
|
||||
|
||||
|
Reference in New Issue
Block a user