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

GANDI-LIVEDNS: Support for multi TXT records verified (#545)

It seems it does support them.
This commit is contained in:
rdalverny
2019-08-26 20:07:02 +02:00
committed by Tom Limoncelli
parent b968de3ef7
commit 79c548b168

View File

@ -23,6 +23,7 @@ var liveFeatures = providers.DocumentationNotes{
providers.CanUseCAA: providers.Can(),
providers.CanUsePTR: providers.Can(),
providers.CanUseSRV: 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(),