trevj
trevj
@GavinTao1219 Thanks for the suggestion! Load balancing is something we're starting to think about but which we probably won't be able to address for some time. In the meantime, I...
@lgg Apologies for the slow reply. Yes, that should do it for Bob.
I think what would help a lot for now would be to change our output regular expression to `.*`. Due to how libFTE works, I believe this is equivalent to...
Related: https://github.com/uProxy/uproxy/issues/1030
BTW, my hope is to extract all WebRTC communication stuff into its own class so that you could run the SOCKS proxy independently of WebRTC. I see several benefits: -...
@staticfrost Thanks for contributing to Outline! So, a problem is that this script is meant to run on a wide variety of platforms. Detecting the system type and providing instructions...
@staticfrost Actually I was just thinking of the server manager's "advanced setup" but that's a good idea, you're right: the script could suggest `curl` or `wget` for the Docker install...
@staticfrost Please let us know if you still have time to work on this!
Neat idea. Could this be a case where the app/extension split actually helps us?
Right, AFAICT we're already running code that includes the fix. Perhaps node-webrtc doesn't use that exact same code path? The figures are almost exactly match what we used to see...