1
0
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:
2021-05-15 22:38:27 +09:00
committed by GitHub
parent ce9005c7a8
commit 9949cba00d
2 changed files with 4 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ var features = providers.DocumentationNotes{
providers.CanUseSSHFP: providers.Can(),
providers.CanUseCAA: providers.Can(),
providers.CanUseTLSA: providers.Can(),
providers.CanUseNAPTR: providers.Can(),
providers.CanUsePTR: providers.Can(),
providers.CanGetZones: providers.Can(),
providers.CanUseDSForChildren: providers.Can(),