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