Proxy Unblocker Replit
🚨 Do not use this to:
This proxy is for educational purposes and testing your own network restrictions. proxy unblocker replit
Building a proxy unblocker on Replit is a great coding exercise to learn about web servers, routing, and how the internet works. 🚨 Do not use this to:
"name": "proxy-unblocker",
"version": "1.0.0",
"main": "index.js",
"scripts":
"start": "node index.js"
,
"dependencies":
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6"