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

Is there a way to dynamically set a username and password for the remote proxy based on the authentication of the local proxy?

Hi there ! Backward Proxy is very usefull, but there is a bug or something that i didnt understood. When i try the GET method i get "Empty reply from...

Using the proxy to connect to a remote target, i.e. using `curl --socks5 1.2.3.4:1080 targetip:targetport` leads to empty replies (`curl: (52) Empty reply from server`), even when the remote target...

docker run -it --rm -p 1080:1080 -p 1080:1080/udp mosajjal/pproxy:latest -l http+socks5://:1080 -ul socks5://:1080 2023-05-18 10:02:10 socks5 192.168.173.1:63691 -> www.baidu.com:80 2023-05-18 10:02:10 Unknown SOCKS protocol from 192.168.173.1 2023-05-18 10:02:12 socks5 192.168.173.1:63700...

Hello, Is it possible to calculate the bandwidth usage? I can't find anything about this in the documentation. Thanks :)

Hi, When I run a simple `sudo pproxy` it starts listening on port 8080 for incoming packets. However, I want to send the packets from the proxy via a particular...

The following is the log when running on Python 3.11.2: ``` $ python -m pproxy -r "http+ssl://uk2144.nordvpn.com:89#user:pass" --test "https://ipinfo.io/json" -d -v ============ uk2144.nordvpn.com:89 ============ from 194.35.x.x Traceback (most recent call...

sudo docker run -d -p 7774:7771 mosajjal/pproxy:latest -l http://:7771 -r socks5://192.168.3.4:8081 -vv error as below, what's wrong? Traceback (most recent call last): File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 261, in _add_reader key =...

function FindProxyForURL(url, host) { // if (shExpMatch(host, "beta.openai.com")) { // return "SOCKS5 38.45.108.51:5097#chenchuangfeng123drf-2:d2qzwmki"; // } // return "DIRECT" return "PROXY 127.0.0.1:9090"; } All accesses did not go to 127.0.0.1:9090