Project-Faster / qpep

A working version of qpep standalone go client/server, designed to accelerate high-latency connections, like those provided by geostationary satellites.
https://docs.projectfaster.org
Other
3 stars 1 forks source link

Testing of issues 17 and 9 #21

Closed parvit closed 1 year ago

parvit commented 1 year ago

This PR includes changes for issues #17 and #9, please refer to the respective tickets for explanations on those.

parvit commented 1 year ago

qpep_anyconnect.zip

@mfoxworthy @bizzbyster

Hi, find attached the prebuilt binaries for linux and windows with the latest changes in the branch that allow interoperability with AnyConnect vpn.

Be sure to use gateway port 1445 in tests.

bizzbyster commented 1 year ago

@parvit I'm ready to test. It has been a while since I have installed the quic_go client on my Windows machine. Are the README instructions up-to-date? I'm hoping to avoid lots of back and forths with you on my configuration.

parvit commented 1 year ago

@bizzbyster There has not been any change to the configuration for client or server, from the user point of view it should work the same as before.

If you have any issues i'll be available on slack for support.

parvit commented 1 year ago

Tested with @mfoxworthy, only issue remaining is that it does not currently work if user is in a domain because of restrictions in setting the proxy. Will be investigated further in PR #36.