mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Stop proxying connections to localhost by default; should fix
`x11-proxy-crash'. [originally from svn r2348]
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
\versionid $Id: config.but,v 1.45 2002/12/18 11:39:25 simon Exp $
|
||||
\versionid $Id: config.but,v 1.46 2002/12/18 12:18:54 simon Exp $
|
||||
|
||||
\C{config} Configuring PuTTY
|
||||
|
||||
@ -1439,6 +1439,12 @@ from proxying.
|
||||
|
||||
This excludes both of the above ranges at once.
|
||||
|
||||
Connections to the local host (the host name \c{localhost}, and any
|
||||
loopback IP address) are never proxied, even if the proxy exclude
|
||||
list does not explicitly contain them. It is very unlikely that this
|
||||
behaviour would ever cause problems, but if it does you can change
|
||||
it by enabling \q{Consider proxying local host connections}.
|
||||
|
||||
\S{config-proxy-auth} Username and password
|
||||
|
||||
\cfg{winhelp-topic}{proxy.auth}
|
||||
|
Reference in New Issue
Block a user