Added new config variable "ProxyMode". If enabled, all outgoing packets release-1.0pre1
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 8 May 2000 18:44:15 +0000 (18:44 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 8 May 2000 18:44:15 +0000 (18:44 +0000)
commitd0ba34ccae02d07051bc3f7012a6c116cfb3b653
tree88347bd256a2df829dcd5cdfe1ccc59e2eec15bf
parent92387475ace9b06af39987c71ac563cf29427009
Added new config variable "ProxyMode". If enabled, all outgoing packets
are sent to the uplink (ConnectTo), which will have to forward them for
us (kernel should do that). This is for people behind firewalls.
src/conf.c
src/conf.h
src/net.c