On Sun, Jul 24, 2011 at 08:02:47AM +0200, Claudio wrote:
> few days ago I have installed sslh on my server and I discover that
> recently OpenVPN support was added.
> Reading the code I found that sslh use the first few bytes of the new
> connection to decide what kind of connection it is, than it muxes the
> connection on the appropriate deamon.
>
> There is a "sign" for the tinc connection?
Yes, the first thing sent by both sides of the connection is an ASCII string
that looks like this:
0 name 17
You can see it when you telnet to tinc's port. Where name is the Name of
the
node that sent it. So, you might use "0 " as an identifier. Also, the
"17" is
the protocol version number, it can change.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL:
<http://www.tinc-vpn.org/pipermail/tinc/attachments/20110724/829be0af/attachment.pgp>