mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Implement DS record support for ClouDNS (#1018)
* Add PTR support for ClouDNS * Implement PTR Support for CLouDNS * implemnent DS Record for ClouDNS * implement DS record for clouDNS * pull request review * note that SshFpAlgorithm and DsAlgorithm both use json field algorithm * primitive rate limit and fix order of NS/DS-entries * codefixes Co-authored-by: IT-Sumpfling <it-sumpfling@maxit-con.de> Co-authored-by: bentaybi jamal <jamal@pfalzcloud.de> Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@@ -23,7 +23,11 @@ Current version of provider doesn't support `sub-auth-user`.
|
||||
|
||||
## Records
|
||||
|
||||
ClouDNS does not supprt DS Record.
|
||||
ClouDNS does support DS Record on subdomains (not the apex domain itself).
|
||||
|
||||
ClouDNS requires NS records exist for any DS records. No other records for
|
||||
the same label may exist (A, MX, TXT, etc.). If DNSControl is adding NS and
|
||||
DS records in the same update, the NS records will be inserted first.
|
||||
|
||||
## Metadata
|
||||
This provider does not recognize any special metadata fields unique to ClouDNS.
|
||||
|
Reference in New Issue
Block a user