Skip to content

Add more sophisticated method to split connections over multiple socks proxies. #26

@Spamm00r

Description

@Spamm00r

I'd like to see the following feature added.

Set a limit on max connections to a specific host through the socks proxies.

I download from hosts, that do not allow more than three connections from same ip. But this limit does not max out my download bandwidth.

My solution right now is to use two socks proxy to get two ip's to allow me to have 6 concurrent connections, which pretty much maxes out my download bandwidth. But right now I have to do that manually.

Right now go dispatch proxy only allows to spilt up connections through multiple proxies, without checking how many connections already are established over socks proxy A and socks proxy B. This has the risk, that in my case my 4th request is blocked by the download host.

Please add a feature that allows that check and allows one to configure allow for example three connections from Application A through Socks Proxy A and the rest over Socks Proxy B.

I hope it gets clear what I want.

Baiscally I want an option like: Max connections per socks proxy to host "microsoft.com" = 3

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