kagasu / python-proxy

HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-proxy

This fork allows bind to network device.

pproxy \
  -l socks5://0.0.0.0:8000/@eth0 \
  -l socks5://0.0.0.0:8001/@eth1

Install

git clone https://github.com/kagasu/python-proxy
pip install -e python-proxy

Note

OS Tested? Works fine?
Ubuntu 22.04 LTS Yes Yes
macOS No Yes. i think.
Windows No No. i think.

About

HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.

License:MIT License


Languages

Language:Python 100.0%