Add support for proxying through an external command.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 19 Apr 2012 13:18:31 +0000 (15:18 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 19 Apr 2012 13:18:31 +0000 (15:18 +0200)
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.


No differences found