https://github.com/xxanqw/cheesy-proxy
WireProxy client for Windows🧀
https://github.com/xxanqw/cheesy-proxy
client wireguard wireproxy
Last synced: 24 days ago
JSON representation
WireProxy client for Windows🧀
- Host: GitHub
- URL: https://github.com/xxanqw/cheesy-proxy
- Owner: xxanqw
- License: other
- Created: 2024-07-13T12:49:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:50:11.000Z (over 1 year ago)
- Last Synced: 2024-11-04T13:39:34.138Z (over 1 year ago)
- Topics: client, wireguard, wireproxy
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cheesy proxy
Simple, lightweight and easy to use wireproxy client
## Usage
>[!IMPORTANT]
>WireProxy is now included with Cheesy Proxy!
>
>For config file, you need to have your own server with WireGuard installation. To setup it you need to check wireguard-install down below in `Thanks` section!
>
>You may face some bugs (it's a WIP project, but still usable)
- Download latest release and install it
- After launching choose paths to wireproxy and your WireGuard config file
Make sure that your config file has this lines:
```
[Socks5]
BindAddress = 127.0.0.1:25344
```
You can use any port you like tho
And press `Save`
- Right click cheese icon in your tray and press `Start`
- You're good to go proxy is up running you can connect to it with your browser extensions and other proxy utilities!
## Build
>[!NOTE]
>Do not build it as onefile, code is not optimized for this
Just copy this and paste into your terminal (Use PowerShell)
```
git clone https://github.com/xxanqw/cheesy-proxy
cd cheesy-proxy
python -m venv .venv
./.venv/Scripts/Activate.ps1
pip install -r requirements
python build.py
```
## Thanks
to [wireproxy](https://github.com/pufferffish/wireproxy) and [wireguard-install](https://github.com/hwdsl2/wireguard-install)