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

@@ -45,7 +45,7 @@ var features = providers.DocumentationNotes{
providers.CanUseAlias: providers.Unimplemented("Apex aliasing is supported via new SVCB and HTTPS record types. For details, check the deSEC docs."),
providers.CanUseCAA: providers.Can(),
providers.CanUseDS: providers.Can(),
providers.CanUseLOC: providers.Can(),
providers.CanUseLOC: providers.Unimplemented(),
providers.CanUseNAPTR: providers.Can(),
providers.CanUsePTR: providers.Can(),
providers.CanUseSRV: providers.Can(),