![]()
A Web Proxy designed to unblock websites, powered by the Scramjet engine
⚠️ Important: This is a heavily-modified version of Scramjet, not original work.
This repository contains modifications to the original Scramjet project and customized for unblocking websites in places like school:
git clone https://github.com/Arandomdude22/DoxyEdu-web-proxy.git
cd DoxyEdu-web-proxy
pnpm install
Backend (Python Wisp Server):
# Install Python if not already installed
sudo apt install python3 python3-pip python-is-python3
# Install Wisp server
pip install wisp-python
AND now start it:
pnpm start
📄 License & Attribution Original work: Scramjet by Mercury Workshop (GNU AGPL)
Modified by ME
Note: For the original, maintained version, visit the official Scramjet repository.
How can I deploy this?
There are a few ways to deploy this application:
Dockerfile and docker-compose.yml for easy containerized deployment.Where is the backend python part?
The Python backend is not included in this repository’s source code. It is a separate package called wisp-python that you need to install via pip. The frontend is then configured to communicate with this backend service.