Update dnsconfig.js

This commit is contained in:
William Harrison
2024-10-19 12:06:02 +08:00
committed by GitHub
parent c53ad35245
commit 54060be226
+1 -1
View File
@@ -88,7 +88,7 @@ for (var subdomain in domains) {
// Handle URL records
if (domainData.record.URL) {
commit.push(
A(subdomainName, "192.0.2.1", { cloudflare_proxy: "on" }),
A(subdomainName, "192.0.2.1", { cloudflare_proxy: "on" })
// CF_SINGLE_REDIRECT(fullSubdomain, 302, 'http.host eq "' + fullSubdomain + '"', 'concat("' + domainData.record.URL + '", "")')
)
}