mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CHORE: Remove references to TXTMulti (#1953)
This commit is contained in:
@@ -217,7 +217,7 @@ func (c *cloudflareProvider) GetDomainCorrections(dc *models.DomainConfig) ([]*m
|
||||
//txtutil.SplitSingleLongTxt(dc.Records) // Autosplit long TXT records
|
||||
// Don't split.
|
||||
// Cloudflare's API only supports one TXT string of any non-zero length. No
|
||||
// multiple strings (TXTMulti).
|
||||
// multiple strings.
|
||||
// When serving the DNS record, it splits strings >255 octets into
|
||||
// individual segments of 255 each. However that is hidden from the API.
|
||||
// Therefore, whether the string is 1 octet or thousands, just store it as
|
||||
|
Reference in New Issue
Block a user