python-proxy
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.
Is it possible to listen to http/https on same port? I could not get it to work. /usr/local/bin/pproxy -l [scheme]://localhost:lport -r socks5://localhost:rport -vv --ssl ... If scheme==http, https does not...
Hi, here's a very basic config file template designed to work with `pproxy`. I'm open for all sorts of feedback and improvement as this probably covers ~60 percent of what...
Hi, I tested your code and found problem on trojan protocol i use this code from your documentation: `server = ProxyServer.Server('socks5://0.0.0.0:1234') remote = ProxyServer.Connection('trojan://[email protected]:443') args = dict( rserver = [remote]...
Headers
Is possible to get headers of the request?
Hi, just FYI, quic is not working as per documentation. I also tried this: server: `pproxy --ssl certificate.crt,certificate.key -ul http+quic://:443 -vv` but the client can't do this: `pproxy -ur http+quic://server:443...
I'm trying to run pproxy, but it's giving me "Unknown remote protocol" for some reason. Here's both the command I used and the logs pproxy prints:  And this is...
**Scenario:** Transporting RDP or SSH through backward proxy with an upstream. **Client Side:** `pproxy -l socks5://:8080 socks5+in://:8081 -v` **Server Side:(Behind Nat, with Upstream)** `pproxy -l tunnel{CLIENT_IP:CLIENT_PORT}://8080 -r http://UPSTREAM_IP:UPSTREAM_PORT -vv` `pproxy...
It would be helpful for distro packaging if the api_* tests had a non-internet tunnel endpoint, such as a dedicated test local service which could be stood up for the...
Roadmap
Roadmap for `pproxy`. please keep this open - [ ] Configuration file support (yml file would be ideal) - [x] Daemon mode support - [ ] Proper logging support (with...