Add basic support for SOCKS 4 and HTTP CONNECT proxies.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 18 Apr 2012 21:19:40 +0000 (23:19 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 18 Apr 2012 21:19:40 +0000 (23:19 +0200)
commitb58d95eb29662bce4388f95dbc5762b9e2999806
treec3457ba7139a494331999f630b533ad6a1ef25fd
parent84531fb6e621959e06519fdbb7f2a8f7578f66bd
Add basic support for SOCKS 4 and HTTP CONNECT proxies.

When the Proxy option is used, outgoing connections will be made via the
specified proxy. There is no support for authentication methods or for having
the proxy forward incoming connections, and there is no attempt to proxy UDP.
doc/tinc.conf.5.in
doc/tinc.texi
src/meta.c
src/net.h
src/net_setup.c
src/net_socket.c
src/protocol.c
src/protocol_auth.c