|
|
Hi, is it right, that proxy.c only is needed to establish a connection via the proxy. After that the communication is done via Socks.c? And what does /* format Socks CONNECT message */ buf[0] = '\x05'; /* VER = 5 */ buf[1] = '\x01'; /* CMD = 1 (CONNECT) */ buf[2] = '\x00'; /* RSV */ buf[3] = '\x03'; /* ATYP = 3 (DOMAINNAME) */ in socks.c mean? Is there any documentation on this? Greetings Ullrich ____________________________________________ Openvpn-devel mailing list Openvpn-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-devel |