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

NETLIFY: Fix TXT record handling (#1955)

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele
2023-01-19 02:41:28 +05:30
committed by GitHub
parent 02431b5ffc
commit e73982c699
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,6 @@ import (
"github.com/StackExchange/dnscontrol/v3/pkg/diff"
"github.com/StackExchange/dnscontrol/v3/pkg/diff2"
"github.com/StackExchange/dnscontrol/v3/pkg/printer"
"github.com/StackExchange/dnscontrol/v3/pkg/txtutil"
"github.com/StackExchange/dnscontrol/v3/providers"
"github.com/miekg/dns"
)
@ -190,7 +189,6 @@ func (n *netlifyProvider) GetDomainCorrections(dc *models.DomainConfig) ([]*mode
// Normalize
models.PostProcessRecords(records)
txtutil.SplitSingleLongTxt(dc.Records) // Auto split long TXT records
removeOtherApexNS(dc)
var corrections []*models.Correction