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

CLEANUP: Skip DualProvider tests if Cannot(DocDualHost) (#1345)

* Skip DualProvider tests if Cannot(DocDualHost)
* go generate
* Fix HEXONET domain
This commit is contained in:
Tom Limoncelli
2021-12-21 12:23:11 -05:00
committed by GitHub
parent 9d9d299bb7
commit 9f720d1084
4 changed files with 40 additions and 4 deletions

View File

@ -25,7 +25,7 @@ var features = providers.DocumentationNotes{
providers.CanUsePTR: providers.Cannot("PTR records are not supported (See Link)", "https://www.name.com/support/articles/205188508-Reverse-DNS-records"),
providers.CanUseSRV: providers.Can("SRV records with empty targets are not supported"),
providers.DocCreateDomains: providers.Cannot("New domains require registration"),
providers.DocDualHost: providers.Cannot("Apex NS records not editable"),
providers.DocDualHost: providers.Can(),
providers.DocOfficiallySupported: providers.Can(),
providers.CanGetZones: providers.Can(),
}