I would be more happy if my tor node would not be so very obviously visible. My current best idea is, if also the tor protocol is being ssl/tls-based, then it could be put and be multiplexed with ordinary https traffic on tcp port 443. My idea is to have some multiplexer tool which decides about all incoming connections, if it is coming to the tor service or to the ordinary webserver (that is probably simple, for example using SNI), and then proxies, where it has to be. Can it work? What is t...