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

' ); });