From c278e80d0fe06e0359784835d59a6ddfee63da45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= <33383463+youngchief-btw@users.noreply.github.com> Date: Tue, 2 Jun 2020 11:52:50 -0700 Subject: [PATCH] An attempt to stop Glitch from auto-banning ProxyChief instances. --- src/ProxyChief.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProxyChief.js b/src/ProxyChief.js index 1a6e929..976bd45 100644 --- a/src/ProxyChief.js +++ b/src/ProxyChief.js @@ -20,14 +20,14 @@ function miniCPU() { } // this must be one of the first app.use() calls and must not be on a subdirectory to work properly -app.use(new Unblocker({ prefix: "/@/" })); +app.use(new Unblocker({ prefix: "/dd603276-6426-4e9f-a787-f037f7a8cd40/" })); app.get("/@/", function(req, res) { miniCPU(); }); app.get("/", function(req, res) { res.send( - '

ProxyChief

Proxy Format: /@/SITE-TO-VISIT

Made by youngchief btw ツ, with ❤️


This proxy is made to be the very best, and is super lightweight.


Access using any of these URLs

' + '

ProxyChief

Proxy Format: /dd603276-6426-4e9f-a787-f037f7a8cd40/SITE-TO-VISIT

Made by youngchief btw ツ, with ❤️


This proxy is made to be the very best, and is super lightweight.


Access using any of these URLs

' ); });