mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-21 22:24:07 +00:00
Update dnsconfig.js
This commit is contained in:
+1
-6
@@ -113,9 +113,4 @@ commit.push(IGNORE("dkim._domainkey", "TXT"));
|
||||
commit.push(IGNORE("ns[1-5]", "A,AAAA"));
|
||||
|
||||
// Commit all DNS records
|
||||
D(
|
||||
"is-a.dev",
|
||||
NewRegistrar("none"),
|
||||
DnsProvider(NewDnsProvider("cloudflare"), 0),
|
||||
commit
|
||||
);
|
||||
D("is-a.dev", NewRegistrar("none"), DnsProvider(NewDnsProvider("cloudflare"), 0), commit);
|
||||
|
||||
Reference in New Issue
Block a user