mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-18 06:26:28 +00:00
Update dnsconfig.js
This commit is contained in:
@@ -99,16 +99,10 @@ 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.push(IGNORE("test"));
|
||||
commit.push(IGNORE("**.test"));
|
||||
|
||||
// Commit all DNS records
|
||||
D("is-a.dev", NewRegistrar("none"), DnsProvider(NewDnsProvider("cloudflare", { "manage_single_redirects": true })), commit);
|
||||
|
||||
Reference in New Issue
Block a user