qwj / python-proxy

HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
MIT License
1.99k stars 333 forks source link

Possibility of redirecting traffic to warp? #174

Open jadi2 opened 9 months ago

jadi2 commented 9 months ago

Hi,

I was wondering if for example I can create a shadowsocks proxy using pproxy and any coming traffic to the ss gets forwarded to the warp?

lets assume that the warp is connected and it's setup up in proxy mode. -> localhost:12345

Is this possible?

Thanks