Update dnsconfig.js

This commit is contained in:
William Harrison
2025-04-03 16:13:39 +08:00
committed by GitHub
parent 2b54e81067
commit 2f9e6ea395
+2 -1
View File
@@ -149,8 +149,9 @@ for (var i = 0; i < reserved.length; i++) {
subdomainName !== "ns4"
) {
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
records.push(TXT("_redirect." + subdomainName, "\"https://is-a.dev/reserved\""));
}
records.push(TXT("_redirect." + subdomainName, "\"https://is-a.dev/reserved\""));
}
var options = {