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));