Vinicius Fortuna
Vinicius Fortuna
FYI, @bemasc has fixed this for the SSH version: https://github.com/uProxy/uproxy-air/pull/3
One thing to figure out here is how to map IPs to countries. There are a few options on GitHub: - https://github.com/willscott/ip2country (2M .js file, 500K .js.gz) - https://github.com/WebReflection/ipcc
Daniel and I chatted today. Here is the specification for v1: v1.1 - Log for opted-in getters-only - Logging done by the getter using a regular connection through the sharer...
Implementation info: * https://developers.google.com/analytics/devguides/collection/android/v4/campaigns * https://stackoverflow.com/questions/25466443/how-to-use-app-links-to-pass-parameter-to-android-playstore-to-be-retrieved-when/25466879#25466879 * https://blog.branch.io/technical-guide-to-android-deep-linking-google-play-referrer Testing info: https://developers.google.com/analytics/solutions/testing-play-campaigns
Please correct me if I'm wrong, but my understanding is the KCP has a very lax bandwidth control and achieves higher bandwidth by flooding the connection. While it will get...
More info on KCP: https://github.com/skywind3000/kcp/blob/master/README.en.md I found this case where someone was seeing 60% of data waste with KCP: https://github.com/xtaci/kcptun/issues/441 When people measure KCP bandwidth, you have to be careful...
@arminmacx I closed https://github.com/Jigsaw-Code/outline-server/issues/63 because it was a duplicate of this one, which remains open. It's better to discuss in one place, rather than spread the discussion in multiple places....
We've seen huge boosts in performance in poor networks with BBR and this is corroborated by many reports online. So saying BBR sucks is simply wrong. One other important thing...
@sailosha , Outline has been a full VPN since launch in every platform it supported except for Windows. We launched the full VPN on Windows in September: https://www.reddit.com/r/outlinevpn/comments/9ivvkw/september_25th_whats_new_in_outline/
FYI, we have launched BBR for new DigitalOcean installations: https://www.reddit.com/r/outlinevpn/comments/9rl82x/october_26th_bbr_support_on_new_digitalocean/ This can't be backported easily to older installations because the host image is an older version of Ubuntu, with a...