mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-03-09 05:53:11 +08:00
GANDI_V5: Recognize that CanUseTXTMulti is valid (#680)
This commit is contained in:
parent
394b6e605f
commit
8d9ca83996
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ var features = providers.DocumentationNotes{
|
|||
providers.CanUseSRV: providers.Can(),
|
||||
providers.CanUseSSHFP: providers.Can(),
|
||||
providers.CanUseTLSA: providers.Can(),
|
||||
providers.CanUseTXTMulti: providers.Can(),
|
||||
providers.CantUseNOPURGE: providers.Cannot(),
|
||||
providers.DocCreateDomains: providers.Cannot("Can only manage domains registered through their service"),
|
||||
providers.DocOfficiallySupported: providers.Cannot(),
|
||||
|
|
Loading…
Reference in a new issue