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

@@ -22,6 +22,7 @@ var features = providers.DocumentationNotes{
providers.CanGetZones: providers.Unimplemented(),
providers.CanUseAlias: providers.Cannot("Using ALIAS is possible through our extended DNS (X-DNS) service. Feel free to get in touch with us."),
providers.CanUseCAA: providers.Can(),
providers.CanUseLOC: providers.Unimplemented(),
providers.CanUsePTR: providers.Can(),
providers.CanUseSRV: providers.Can("SRV records with empty targets are not supported"),
providers.CanUseTLSA: providers.Can(),