mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Add support for TXT records with multiple strings (BIND, ROUTE53) (#293)
* BIND: Support TXT records with multiple strings (#289) * ROUTE53: Add support for TXT records with multiple strings (#292)
This commit is contained in:
@@ -67,7 +67,7 @@ func (n *nsone) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correct
|
||||
desiredGrouped := dc.Records.Grouped()
|
||||
|
||||
// Normalize
|
||||
models.Downcase(found)
|
||||
models.PostProcessRecords(found)
|
||||
|
||||
differ := diff.New(dc)
|
||||
changedGroups := differ.ChangedGroups(found)
|
||||
|
Reference in New Issue
Block a user