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 ❤️
' ); });