From c21dec703802ba6eb6c2fce9dfb5413838664472 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 19 Oct 2024 11:55:15 +0800 Subject: [PATCH] Update dnsconfig.js --- dnsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index 541445af9..b8a4107da 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -97,7 +97,7 @@ for (var subdomain in domains) { // Test commit.push( A("test", "192.0.2.1", { cloudflare_proxy: "on" }), - CF_SINGLE_REDIRECT("test.is-a.dev", 302, 'http.host eq "test.is-a.dev"', "https://google.com") + CF_SINGLE_REDIRECT("test.is-a.dev", 302, 'http.host eq "test.is-a.dev"', 'concat("https://google.com", "")') ) // Exceptions