Use a VPN tunnel with one phy connection to anonymize data transfer #31
Unanswered
sorryusernameisalreadytaken
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes it should be possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all: Nice that this project exists!
My internet provider throttles every data connection to 200 Mbps. With multiple data connections, I always get my full 500 Mbps.
Just about every speedtest for internet speeds uses at least 3 persistent data connections to make a test. Unfortunately, this is also recommended by the BEREC Net Neutrality Regulatory Assessment Methodology.
So I would like to use go-dispatch-proxy not to load-balance multiple physical connections, but one pyhysical connection with multiple simultaneous connections. I would like to do this to remove the throttling.
Secondly, I always use a wireguard connection to a commercial provider to tunnel and anonymize my internet packets through them.
Is this combination with go-dispatch-proxy possible in a linux (ubuntu) environment?
Beta Was this translation helpful? Give feedback.
All reactions