mirror of
https://github.com/moparisthebest/sslh
synced 2024-11-24 10:02:16 -05:00
added reference to Tinc documentation
This commit is contained in:
parent
3aefaf3004
commit
fecfb170c8
3
probe.c
3
probe.c
@ -157,7 +157,8 @@ static int is_openvpn_protocol (const char*p,int len, struct proto *proto)
|
||||
}
|
||||
|
||||
/* Is the buffer the beginning of a tinc connections?
|
||||
* (protocol is undocumented, but starts with "0 " in 1.0.15)
|
||||
* Protocol is documented here: http://www.tinc-vpn.org/documentation/tinc.pdf
|
||||
* First connection starts with "0 " in 1.0.15)
|
||||
* */
|
||||
static int is_tinc_protocol( const char *p, int len, struct proto *proto)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user