From: Guus Sliepen Date: Thu, 19 Apr 2012 13:18:31 +0000 (+0200) Subject: Add support for proxying through an external command. X-Git-Tag: release-1.0.19~7 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;h=5ae19cb0bb8dd6be1e9bcd560bb051f496a373ec;hp=5ae19cb0bb8dd6be1e9bcd560bb051f496a373ec;p=tinc Add support for proxying through an external command. Proxy type "exec" can be used to have an external script or binary set up an outgoing connection. Standard input and output will be used to exchange data with the external command. The variables REMOTEADDRESS and REMOTEPORT are set to the intended destination address and port. ---