From e57eaccac9a23169fa53a984ccbc3df2145649cd Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Sat, 30 May 2020 10:56:20 -0400 Subject: [PATCH] Merge --- pkg/normalize/validate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/normalize/validate.go b/pkg/normalize/validate.go index 54c3e842a..a98d77c48 100644 --- a/pkg/normalize/validate.go +++ b/pkg/normalize/validate.go @@ -318,7 +318,7 @@ func ValidateAndNormalizeConfig(config *models.DNSConfig) (errs []error) { } // Canonicalize Targets. - if rec.Type == "CNAME" || rec.Type == "DS" || rec.Type == "MX" || rec.Type == "NAPTR" || rec.Type == "NS" || rec.Type == "SRV" { + if rec.Type == "CNAME" || rec.Type == "MX" || rec.Type == "NAPTR" || rec.Type == "NS" || rec.Type == "SRV" { // #rtype_variations // These record types have a target that is a hostname. // We normalize them to a FQDN so there is less variation to handle. If a