From: simon Date: Fri, 7 Jan 2005 14:22:17 +0000 (+0000) Subject: Proxy command formatting now recognises `%proxyhost' and X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/c4190b30d5c70af4aa1d3b57514047ea425bbcc4?hp=c4190b30d5c70af4aa1d3b57514047ea425bbcc4 Proxy command formatting now recognises `%proxyhost' and `%proxyport' in addition to the other things it interpolates. This is useful when using the Unix-only `Local' proxy type: it allows me to, for example, set up a proxy command such as ssh %proxyhost nc -q0 %host %port and then enter the name of the proxy machine in `Proxy hostname', which makes it marginally more convenient to quickly change to using a different proxy to get at the same target. I haven't documented this, because we currently don't document the Local proxy type at all. Possibly we should, though. git-svn-id: svn://svn.tartarus.org/sgt/putty@5073 cda61777-01e9-0310-a592-d414129be87e ---