Update dnsconfig.js

This commit is contained in:
William Harrison
2024-10-25 10:20:03 +08:00
committed by GitHub
parent 88d9aa7d34
commit ab11d27fe3
+4
View File
@@ -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