Re: [tor-relays] tor relay + sslh

2021-06-14 Thread tor-relay
Hi, if you run sslh on small vps you should use sslh-select which has less overhead when many connections are handled. see https://www.rutschle.net/tech/sslh/README.html Am 12.06.21 um 10:26 schrieb Casper: > Hello, > > I recently discovered an SSL multiplexer called "sslh": > > """ > sslh acce

Re: [tor-relays] tor relay + sslh

2021-06-13 Thread Peter Gerber
Casper> sslh accepts connections on specified ports, and forwards them further > based on tests performed on the first data packet sent by the remote > client. Interesting, never heard of sslh but I've heard of people using Nginx for this [1]. > If tor handshake can be handled by sslh, could the

[tor-relays] tor relay + sslh

2021-06-12 Thread Casper
Hello, I recently discovered an SSL multiplexer called "sslh": """ sslh accepts connections on specified ports, and forwards them further based on tests performed on the first data packet sent by the remote client. Probes for HTTP, SSL, SSH, OpenVPN, tinc, XMPP are implemented, and any other pro