python-proxy icon indicating copy to clipboard operation
python-proxy copied to clipboard

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

Results 72 python-proxy issues
Sort by recently updated
recently updated
newest added

Hii If possible please add feature bypass domain from use proxy upstream/reverse (use direct connection when its resolve to 127.0.0.1/localhost) and print on each client hostname requested. Thanks for your...

I have a need to redirect all requests on any port of a host to a different host, and I don't think this is covered by the current URI syntax....

After upgrade to pproxy-2.7.9 ,I execute the command: `pproxy -l http+in://client_ip:8081` it fails show me:

My proxy username consists . and _. So I get `invalid proxies_by_uri value:`

PS D:\Desktop> pproxy.exe -r socks5://res.proxy-seller.com:10000#username:password Serving on ipv6 :::8080 by http,socks4,socks5 Serving on ipv4 0.0.0.0:8080 by http,socks4,socks5 PS D:\Desktop> curl -x localhost:8080 https://js.stripe.com/v3 curl: (56) Proxy CONNECT aborted

版本:pproxy 2.7.9 ```sh pproxy -l http+socks://:1080#123:456 -vv ``` Google和YouTube都显示连接被重置,用代理访问GitHub却是正常的。 ```sh pproxy -l http+socks://:1080#123:456 -vv Serving on ipv6 :::1080 by http,socks5 Serving on ipv4 0.0.0.0:1080 by http,socks5 2024-05-29 09:59:05 http 171.221.151.231:5188...

Does anyone know synchronous versions of implementations on sockets for these proxy protocols? Maybe just separate projects for each protocol with a minimum of external dependencies. Or maybe someone has...

similar to direct but block ``` pproxy \ -r direct://?direct.rules \ # Bypass proxy for domains in direct.rules -r block://?block.rules \ # Block domains in block.rules -r socks5://127.0.0.1:1080 \ #...

pproxy\proto.py:7: SyntaxWarning: invalid escape sequence '\[' ipv6 = re.fullmatch('\[([0-9a-fA-F:]*)\](?::(\d+)?)?', loc)