Vinicius Fortuna
                                            Vinicius Fortuna
                                        
                                    We've added fallbacks for the IP info: https://github.com/Jigsaw-Code/outline-server/pull/1213. I believe this is now fixed.
The main development here is the introduction of Dynamic Keys/Online Config: https://www.reddit.com/r/outlinevpn/wiki/index/dynamic_access_keys/ That can enable providers provide a different key in every session. This way sharing a key will effectively...
It's possible to achieve something similar to ReQrypt, but without the need for IP spoofing, using two TCP connections: - Connection to IP address W, where the client only writes...
The Outline SDK is very lean. We wrote our own code for Shadowsocks, SOCKS5 and Web Proxy. We have very few, small dependencies, and don’t rewrite any dependency, so it...
You may want to check out our strategy finder as well: https://github.com/Jigsaw-Code/outline-sdk/blob/main/x/smart/stream_dialer.go
This is what you need to install on your machine: https://github.com/Jigsaw-Code/outline-server/blob/master/src/shadowbox/docker/Dockerfile And this is what we run: https://github.com/Jigsaw-Code/outline-server/blob/master/src/shadowbox/docker/cmd.sh However you also need to generate the TLS certificate and fingerprint and...
@av-maslov Error 400 is an application-layer error. It cannot be caused by Outline. Are you on Linux?
This is an issue about a very old version of the client, that was still using shadowsocks-libev. The client no longer uses it. If there's a new issue, please file...
I believe the Windows client does DNS over TCP, which may affect the performance. It would be great if you could run Wireshark to confirm that. The fix may be...
Won’t this favor Ethernet over tun and leak traffic? If traffic is leaking, it will be faster. On Fri, Jul 21, 2023 at 6:32 PM Andrey Volkov ***@***.***> wrote: >...