Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client-side load balancing (use multiple servers simultaneously) #179

Open
ghost opened this issue Jun 18, 2018 · 1 comment
Open

client-side load balancing (use multiple servers simultaneously) #179

ghost opened this issue Jun 18, 2018 · 1 comment
Labels
feature request New feature or request needs more info We need more information in order to help or verify

Comments

@ghost
Copy link

ghost commented Jun 18, 2018

Packet level load balancing will help fool simple VPN detection algorithms (all user traffic goes to one IP => block) and will allow speeding connection up by using multiple Internet connections (for example 3x 100 Mbps = 300 Mbps) in countries without firewall. For example:

user => |GFW| =/> server => internet

        |   | => server1 \
user => |GFW| => server2  => server => internet
        |   | => server3 /

     /=> ISP1 => server1 \
user  => ISP2 => server2  => server => internet
     \=> ISP3 => server3 /
@ghost
Copy link

ghost commented Jun 19, 2018 via email

@trevj trevj changed the title Add load balancing client-side load balancing (use multiple servers simultaneously) Jul 27, 2018
@trevj trevj added feature request New feature or request backlog Seems valid, but no plans to tackle immediately needs more info We need more information in order to help or verify and removed backlog Seems valid, but no plans to tackle immediately labels Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request needs more info We need more information in order to help or verify
Projects
None yet
Development

No branches or pull requests

1 participant