diff --git a/dnsconfig.js b/dnsconfig.js index 762dcba92..88d2f8d3a 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -99,9 +99,13 @@ for (var subdomain in domains) { // Exceptions commit.push(IGNORE("@", "MX,TXT")); commit.push(IGNORE("\\*")); +commit.push(IGNORE("*._domainkey", "TXT")); commit.push(IGNORE("_acme-challenge", "TXT")); +commit.push(IGNORE("_autodiscover._tcp", "SRV")); commit.push(IGNORE("_dmarc", "TXT")); commit.push(IGNORE("_psl", "TXT")); +commit.push(IGNORE("autoconfig", "CNAME")); +commit.push(IGNORE("autodiscover", "CNAME")); commit.push(IGNORE("ns[1-5]", "A,AAAA")); // Commit all DNS records