]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Proxy command formatting now recognises `%proxyhost' and
authorSimon Tatham <anakin@pobox.com>
Fri, 7 Jan 2005 14:22:17 +0000 (14:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 7 Jan 2005 14:22:17 +0000 (14:22 +0000)
commiteb0583762cc63a40241999b639a2d700d197ee54
tree6b659ea6bef95d046ce303b474de819cdef8f80f
parent88c52fa85fdfa000a33d350138b10c8ebfa85965
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.

[originally from svn r5073]
proxy.c