1
0
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:
taybinakh
2020-12-22 19:32:00 +01:00
committed by GitHub
parent c89f14e926
commit e9f4257ad2
5 changed files with 13 additions and 6 deletions

View File

@@ -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.