diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-25 10:02:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-25 10:02:22 -0400 |
commit | 1a7794e4750163a0ddc6e26a0a6fe12f799f9cb0 (patch) | |
tree | 5b874270b1b31801b8f424c00e21449a77c418da /doc | |
parent | 85ef58e5ba4f9678981242e1a1ee581798b0531d (diff) | |
parent | 5e9672904c6d5ef24d497ff20d0b4f713d02ae5a (diff) | |
download | tor-1a7794e4750163a0ddc6e26a0a6fe12f799f9cb0.tar.gz tor-1a7794e4750163a0ddc6e26a0a6fe12f799f9cb0.zip |
Merge remote-tracking branch 'public/bug11061_024'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 68a7adb1d6..a42d5502c4 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -972,9 +972,10 @@ The following options are useful only for clients (that is, if on this port to share circuits with streams from every other port with the same session group. (By default, streams received on different SOCKSPorts, TransPorts, etc are always isolated from one - another. This option overrides that behavior.) + -+ - Other recognized _flags_ for a SOCKSPort are: + another. This option overrides that behavior.) + +[[OtherSOCKSPortFlags]]:: + Other recognized __flags__ for a SOCKSPort are: **NoIPv4Traffic**;; Tell exits to not connect to IPv4 addresses in response to SOCKS requests on this connection. @@ -985,13 +986,14 @@ The following options are useful only for clients (that is, if **PreferIPv6**;; Tells exits that, if a host has both an IPv4 and an IPv6 address, we would prefer to connect to it via IPv6. (IPv4 is the default.) + -+ - NOTE: Although this option allows you to specify an IP address - other than localhost, you should do so only with extreme caution. - The SOCKS protocol is unencrypted and (as we use it) - unauthenticated, so exposing it in this way could leak your - information to anybody watching your network, and allow anybody - to use your computer as an open proxy. + + + NOTE: Although this option allows you to specify an IP address + other than localhost, you should do so only with extreme caution. + The SOCKS protocol is unencrypted and (as we use it) + unauthenticated, so exposing it in this way could leak your + information to anybody watching your network, and allow anybody + to use your computer as an open proxy. + + + **CacheIPv4DNS**;; Tells the client to remember IPv4 DNS answers we receive from exit nodes via this connection. (On by default.) |