From 234faec96c370267f2aef58f902061fb2946d8f3 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 15 Sep 2006 14:44:21 +0000 Subject: [PATCH] Note that the dynamic-tunnel proxy does not support UDP, since we get asked about this quite often. [originally from svn r6855] --- doc/config.but | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/config.but b/doc/config.but index 327775d4..ff418917 100644 --- a/doc/config.but +++ b/doc/config.but @@ -2652,7 +2652,9 @@ on whether you want to \I{local port forwarding}forward a local port to a remote destination (\q{Local}) or \I{remote port forwarding}forward a remote port to a local destination (\q{Remote}). Alternatively, select \q{Dynamic} if you want PuTTY to \I{dynamic port forwarding}provide -a local SOCKS 4/4A/5 proxy on a local port. +a local SOCKS 4/4A/5 proxy on a local port (note that this proxy only +supports TCP connections; the SSH protocol does not support forwarding +\i{UDP}). \b Enter a source \i{port number} into the \q{Source port} box. For local forwardings, PuTTY will listen on this port of your PC. For -- 2.45.2