diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-24 10:14:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-24 10:14:05 -0400 |
commit | 424af93ded7e1d9d98733ed17b2b6fee143262b9 (patch) | |
tree | ff461d356529dacb517750cee3af8bd291af9f0b /doc/tor.1.txt | |
parent | 54559e5845f42c51600b80de6b67467627451fcb (diff) | |
parent | f2153f9716876b87bfcc53ff13b86b878edaae86 (diff) | |
download | tor-424af93ded7e1d9d98733ed17b2b6fee143262b9.tar.gz tor-424af93ded7e1d9d98733ed17b2b6fee143262b9.zip |
Merge branch 'bug18517_squashed'
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 389b9fac45..84cfb28173 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -747,9 +747,12 @@ The following options are useful only for clients (that is, if fingerprint to look up the bridge descriptor at the bridge authority, if it's provided and if UpdateBridgesFromAuthority is set too. + + - If "transport" is provided, and matches to a ClientTransportPlugin - line, we use that pluggable transports proxy to transfer data to - the bridge. + If "transport" is provided, it must match a ClientTransportPlugin line. We + then use that pluggable transport's proxy to transfer data to the bridge, + rather than connecting to the bridge directly. Some transports use a + transport-specific method to work out the remote address to connect to. + These transports typically ignore the "IP:ORPort" specified in the bridge + line. [[LearnCircuitBuildTimeout]] **LearnCircuitBuildTimeout** **0**|**1**:: If 0, CircuitBuildTimeout adaptive learning is disabled. (Default: 1) @@ -1975,10 +1978,12 @@ is non-zero): (Default: 1) [[ExtendAllowPrivateAddresses]] **ExtendAllowPrivateAddresses** **0**|**1**:: - When this option is enabled, Tor will connect to localhost, RFC1918 - addresses, and so on. In particular, Tor will make direct connections, and - Tor routers allow EXTEND requests, to these private addresses. This can - create security issues; you should probably leave it off. + When this option is enabled, Tor will connect to relays on localhost, + RFC1918 addresses, and so on. In particular, Tor will make direct OR + connections, and Tor routers allow EXTEND requests, to these private + addresses. (Tor will always allow connections to bridges, proxies, and + pluggable transports configured on private addresses.) Enabling this + option can create security issues; you should probably leave it off. (Default: 0) [[MaxMemInQueues]] **MaxMemInQueues** __N__ **bytes**|**KB**|**MB**|**GB**:: |