docker-rotating-proxy icon indicating copy to clipboard operation
docker-rotating-proxy copied to clipboard

create your rotating proxy server with docker. self hosted rotating proxy service.

Results 8 docker-rotating-proxy issues
Sort by recently updated
recently updated
newest added

I was wondering if you ever thought about supporting multiple lists automatically or using a script that could pull multiple lists automatically in to your setup. https://github.com/clarketm/proxy-list or https://github.com/fate0/proxylist/ which...

If the connection to the VPN server is disconnected, the IP address of the origin server leaks because there is no kill switch Currently used - DockerHub https://hub.docker.com/r/curve25519xsalsa20poly1305/openvpn - GitHub...

wontfix

How to use it with arm64?

I have this error and I don't know what to do root@instance-20240320-0133:/home/ubuntu/docker-rotating-proxy# curl https://httpbin.org/ip --proxy http://127.0.0.1:3128 curl: (56) Received HTTP code 500 from proxy after CONNECT that's how I set...

I was noticing that when using parents the requests are not cached, which I think is something super valuable when using squid, do you know of any way to make...

By default the rotation strategy is ROUND ROBIN, but support can be added to make it parametric, in order to address use cases that require proxies from certain specific countries...

enhancement

Additional settings are required when cache_peer only allows HTTPS. (ssl option) Example: ``` cache_peer proxy.example.com parent 443 0 no-digest no-netdb-exchange connect-fail-limit=2 connect-timeout=8 round-robin no-query allow-miss proxy-only name=secure login=xxxx:yyy ssl ssldomain=xxx.example.com...

enhancement

Major improvements: - Flexible proxyList.txt format with customizable column order and delimiters - Support for comma, colon, pipe, tab, and space delimiters - Header line to specify format: # format:...