description=lib.mdDoc"Will the services behind sslh (Apache, sshd and so on) see the external IP and ports as if the external world connected directly to them";
- `fork` forks a new process for each incoming connection. It is
well-tested and very reliable, but incurs the overhead of many
processes.
- `select` uses only one thread, which monitors all connections at once.
It has lower overhead per connection, but if it stops, you'll lose all