diff --git a/dnsconfig.js b/dnsconfig.js index 213b7a1d5..e83378f7c 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -102,7 +102,7 @@ for (var subdomain in domains) { } // Exceptions -commit.push(IGNORE("@", "MX,TXT")); +commit.push(IGNORE("@", "MX,NS,TXT")); commit.push(IGNORE("\\*")); commit.push(IGNORE("_acme-challenge", "TXT")); commit.push(IGNORE("_autodiscover._tcp", "SRV"));