Skip to content

Only one proxy is being used, or is that intentional? #1

@zunjae

Description

@zunjae

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions