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

LOC: Refine which providers support it (#2185)

This commit is contained in:
Tom Limoncelli
2023-03-16 19:59:44 -04:00
committed by GitHub
parent 6e6805d14d
commit 367c83a3f5
17 changed files with 26 additions and 23 deletions

View File

@@ -48,8 +48,8 @@ var features = providers.DocumentationNotes{
providers.CanAutoDNSSEC: providers.Cannot(),
providers.CanGetZones: providers.Can(),
providers.CanUseAKAMAICDN: providers.Cannot(),
providers.CanUseAzureAlias: providers.Cannot(),
providers.CanUseAlias: providers.Cannot(),
providers.CanUseAzureAlias: providers.Cannot(),
providers.CanUseCAA: providers.Can(),
providers.CanUseDS: providers.Cannot("Only supports DS records at the apex, only for .se and .nu domains; done automatically at back-end."),
providers.CanUseDSForChildren: providers.Cannot(),