From d5553ee14673ce097ee6f034ed378f149197c990 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 22 Oct 2024 19:12:59 +0800 Subject: [PATCH] Update dnsconfig.js --- dnsconfig.js | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index ac3bd1db3..ecd26bb7f 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -95,40 +95,17 @@ for (var subdomain in domains) { } // Exceptions -// * -commit.push(IGNORE("*", "DS", "*")); -// is-a.dev -commit.push(IGNORE("@", "MX")); -commit.push(IGNORE("@", "TXT")); -// *.is-a.dev +commit.push(IGNORE("*", "DS")); +commit.push(IGNORE("@", "MX,TXT")); commit.push(IGNORE("\\*")); -// *._domainkey.is-a.dev commit.push(IGNORE("*._domainkey", "TXT")); -// _acme-challenge.is-a.dev commit.push(IGNORE("_acme-challenge", "TXT")); -// _autodiscover._tcp.is-a.dev commit.push(IGNORE("_autodiscover._tcp", "SRV")); -// _dmarc.is-a.dev commit.push(IGNORE("_dmarc", "TXT")); -// _psl.is-a.dev commit.push(IGNORE("_psl", "TXT")); -// autoconfig.is-a.dev commit.push(IGNORE("autoconfig", "CNAME")); -// autodiscover.is-a.dev commit.push(IGNORE("autodiscover", "CNAME")); -// ns1.is-a.dev -commit.push(IGNORE("ns1", "A")); -commit.push(IGNORE("ns1", "AAAA")); -// ns2.is-a.dev -commit.push(IGNORE("ns2", "A")); -commit.push(IGNORE("ns2", "AAAA")); -// ns3.is-a.dev -commit.push(IGNORE("ns3", "A")); -commit.push(IGNORE("ns3", "AAAA")); -// ns4.is-a.dev -commit.push(IGNORE("ns4", "A")); -commit.push(IGNORE("ns4", "AAAA")); -// test.is-a.dev +commit.push(IGNORE("ns[1-5]", "A,AAAA")); commit.push(IGNORE("test")); commit.push(IGNORE("**.test"));