Update dnsconfig.js

This commit is contained in:
William Harrison
2024-11-01 20:46:12 +08:00
committed by GitHub
parent 625040747d
commit a3fd35c3dc
+1 -1
View File
@@ -112,4 +112,4 @@ var ignored = [
IGNORE("dkim._domainkey", "TXT")
]
D("is-a.dev", NewRegistrar("none"), DnsProvider(NewDnsProvider("cloudflare"), 0, { no_ns: true }), ignored, records);
D("is-a.dev", NewRegistrar("none", { no_ns: true }), DnsProvider(NewDnsProvider("cloudflare"), 0), ignored, records);