From df6750717ffb9962523c90c1ae37b3c896b60c22 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: Sat, 8 Aug 2020 23:15:32 -0700 Subject: [PATCH] Update home page, for a big update coming soon. --- src/ProxyChief.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProxyChief.js b/src/ProxyChief.js index 8fcadcf..2e361f4 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: "/dd603276-6426-4e9f-a787-f037f7a8cd40/" })); +app.use(new Unblocker({ prefix: "/@/" })); app.get("/@/", function(req, res) { miniCPU(); }); app.get("/", function(req, res) { res.send( - '

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

' + '

ProxyChief


HTTP & HTTPS Proxy.
More protocols, coming soon.


Proxy Format: /@/https://youngchief.tk/


This proxy is made to be the very best, and is super lightweight, secure, and speedy.
Want to see the GitHub?

Access ProxyChief using any of these URLs


Made by youngchief btw ツ, with ❤️
' ); });