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

NAMEDOTCOM: add TXTMulti capability (#299)

* add TXTMulti capability to the namedotcom provider
* run go generate
* escape multi txt records before sending to the API
This commit is contained in:
Pat Moroney
2018-01-11 05:23:59 -07:00
committed by Tom Limoncelli
parent c4ec6c8246
commit 91e2cf67ef
4 changed files with 31 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ var features = providers.DocumentationNotes{
providers.CanUseAlias: providers.Can(),
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(),
providers.CanUseTXTMulti: providers.Can(),
providers.DocCreateDomains: providers.Cannot("New domains require registration"),
providers.DocDualHost: providers.Cannot("Apex NS records not editable"),
providers.DocOfficiallySupported: providers.Can(),