Update dnsconfig.js

This commit is contained in:
William Harrison
2024-10-29 19:11:21 +08:00
committed by GitHub
parent 7021f6a69f
commit 049f778ec3
+1 -1
View File
@@ -92,7 +92,7 @@ for (var subdomain in domains) {
// Handle URL records
if (domainData.record.URL) {
commit.push(A(subdomainName, "192.0.2.1", { cloudflare_proxy: "on" }));
// Temporarily disabled
}
}