-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Maybe I am misunderstanding how this project works...
I loaded in my webshare link which has 250 proxies. For the past hour, performing a few hundred to a thousand API calls, all my call have used the same proxy address. I would like it to use random ones. Your readme does imply that is possible
"A proxy server that distributes your requests over a pool of proxies"
and
"It makes individual requests over random proxies from the pool"
My config:
proxymanager:
container_name: proxymanager
image: ghcr.io/jkelin/forward-proxy-manager:latest
environment:
- PROXY_LIST_URL=webshare_link_here
In my API I use http://proxymanager:8080. I've tested with https://api.ipify.org?format=json to test if I'm indeed using the proxy server and I am!
What am I doing wrong? Why is it not picking other proxies?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels