database64128

Results 265 comments of database64128

With ATM 5 I waited for 2 hours and it's still stuck there in a single-thread loop.

Network interfaces can change after the server started. It's difficult and a bit unrealistic to keep track of future changes.

> Are you aware of a situation where it would be important to serve Outline on an interface that did not exist when the Outline daemon started? Some of my...

@bmah888 Any plan to have this PR reviewed and merged?

Thank you for the suggestions. I do have the cookies option as a custom preset myself, as I ended up not including it as a builtin preset due to the...

One of my systems requires `IPv6_rpfilter=off` for remote access. Falling back to the stock configuration, which defaults to `IPv6_rpfilter=strict`, breaks remote access to the system. Instead of completely discarding the...

[tfo-go](https://github.com/database64128/tfo-go) implements TCP Fast Open support. It provides a set of APIs similar to the ones in `net`, with even the same underlying concrete types (`*net.TCPConn`, `*net.TCPListener`) as return values....

You might be interested in something like https://github.com/database64128/swgp-go. The zero-overhead mode allows you to proxy WireGuard traffic without lowering the tunnel MTU. To answer your original question, suppose we use...

> I did stumble upon that repo of yours, but I don't believe it supports the new 2022 ciphers yet? I wrote swgp-go around the same time I designed Shadowsocks...

> Would you be able to elaborate a bit on this? Surely _some_ overhead is still introduced, so the MTU is still affected, albeit to a smaller degree? The project...