add url records

This commit is contained in:
William Harrison
2024-10-30 18:45:26 +08:00
committed by GitHub
parent d5e3b01001
commit edb62cae1c
+1 -1
View File
@@ -92,7 +92,7 @@ for (var subdomain in domains) {
// Handle URL records
if (domainData.record.URL) {
// Temporarily disabled
commit.push(A(subdomainName, IP("192.0.2.1"), { cloudflare_proxy: "on" }));
}
}