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

DOCS: Clarify/fix official and community support (#2172)

This commit is contained in:
Tom Limoncelli
2023-03-15 12:12:51 -04:00
committed by GitHub
parent 4828423d71
commit 28055dc6f7
4 changed files with 8 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ var features = providers.DocumentationNotes{
providers.CanUseSRV: providers.Can("SRV records with empty targets are not supported"),
providers.DocCreateDomains: providers.Cannot("New domains require registration"),
providers.DocDualHost: providers.Can(),
providers.DocOfficiallySupported: providers.Can(),
providers.DocOfficiallySupported: providers.Cannot(),
}
func newReg(conf map[string]string) (providers.Registrar, error) {