1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

NEW PROVIDER: ClouDNS (#578)

* ClouDNS: first version of provider
* ClouDNS: documentation
* ClouDNS: code cleanup
* ClouDNS: GetNameservers now uses ClouDNS API to fetch NS servers list
* ClouDNS: CAA support
* ClouDNS: TLSA support
* ClouDNS: tests credentials now use variables instead of hardcoded values
* ClouDNS: SSHFP support
* ClouDNS: export only necessary methods
This commit is contained in:
Anton Yurchenko
2020-01-21 02:07:38 +07:00
committed by Tom Limoncelli
parent 16d0043cce
commit 253cd07154
8 changed files with 557 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ provided to help community members support their code independently.
Maintainers of contributed providers:
* ClouDNS @pragmaton
* digital ocean @Deraen
* dnsimple @aeden
* gandi @TomOnTime