From 4c1571050a4376dd38439cab888aea7c9c92c123 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 18 Feb 2021 11:29:06 +0100 Subject: [PATCH] Cloudflare proxy --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c6e8984bf..07b162f55 100644 --- a/index.html +++ b/index.html @@ -227,7 +227,7 @@ } async function isUp (url) { - fetchTimeout(`https://white-dawn-0191.dotapps.workers.dev/?url=${encodeURIComponent(url)}`) + fetchTimeout(`https://proxy.dotapps.workers.dev/?url=${encodeURIComponent(url)}`) .then((response) => console.log(url, response)) .catch((error) => console.error(url, error));