- HTTP/HTTPS Proxying
- WebSocket Support(technically?)
- Rate Limiting
- IP Blocking
- Advanced Logging
- SSL/TLS Security
- URL Rewriting
- Authentication Hooks(this is a blatant lie)
(Windows)
- Clone the repository
- Navigate to the repository.
cd proczy
- Create a python virtual environment
python -m venv venv
- Activate the virtual environment
.\venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
Modify settings and constants at the top of the file:
- Adjust rate limits
- Configure IP blocking
- Customize logging
- Set redirect prefix
python main.py
Default:
- Host: 0.0.0.0
- Port: 8080
- Debug: True
- Please make sure to set config!
- Please use in controlled environments(ideally for home or personal use, that's what i created it for.)
- Please create an issue on github for any issue you find!
- make it not absolute dogshit
- make it actually fully work
- make it replace all hrefs fully with proxied links
- fix 301's
Used the fire effect from helderman/blend-fire. (pov: cyteon demand arson)
- Fork the repository
- Create feature branches
- Submit pull requests
Copyright (c) 2025 ProSureString
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.