mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-23 08:25:37 +00:00
Update dnsconfig.js
This commit is contained in:
+8
-1
@@ -113,4 +113,11 @@ 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")), commit);
|
||||
D(
|
||||
"is-a.dev",
|
||||
DnsProvider(NewDnsProvider("cloudflare"), 0),
|
||||
NAMESERVER("gold.foundationdns.com."),
|
||||
NAMESERVER("gold.foundationdns.net."),
|
||||
NAMESERVER("gold.foundationdns.org."),
|
||||
commit
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user