Max Lv

Results 92 comments of Max Lv

> I believe it is common to support thousands of users on a single server for commercial use. I think that's exactly what we'd like to avoid from the very...

@wongsyrone A pull request for the website?

@fortuna https://github.com/shadowsocks/shadowsocks-libev/blob/master/README.md#security-tips

Yes, I think it's a limitation. A quick fix is prepending an src address to each TCP stream. We can make it optional, to be compatible with all the previous...

Here some personal thoughts: > Who are the users? Servers: Geeks. Clients: Any user that wants to circumvent censorship or improve privacy. > Why and how do they use our...

Such large pull request is almost impossible for upstream to merge. My suggestions: 1. Create a new fork and invite the upstream maintainer to review your changes. 2. Or split...

Why not setup a local DNS server and sni-proxy on the server to do the "ad-blocking and routing rules"? Actually, privoxy based ad-blocking have issues with HTTPS, since more and...

The "transparent HTTP proxy" is done by sni-proxy. You can find more details here: https://github.com/dlundquist/sniproxy

Try `pkg-config --libs ev` and post the output here.