aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-07 11:46:00 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-07 11:46:00 -0400
commite9b1d0619f49193369538283900a92c13018535d (patch)
tree6b71656bf8e3b9956f59c547917a535df722b260 /doc
parent2a3b65179056bdd55382434d610ef3ca89860783 (diff)
parent382a28951fc4830bc0cbc1ad781a5ba1e9d323cc (diff)
downloadtor-e9b1d0619f49193369538283900a92c13018535d.tar.gz
tor-e9b1d0619f49193369538283900a92c13018535d.zip
Merge remote-tracking branch 'dgoulet/ticket18693_029_01'
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 8f5d174f60..1856592a9d 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1083,7 +1083,18 @@ The following options are useful only for clients (that is, if
IPv6.)
**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.) +
+ we would prefer to connect to it via IPv6. (IPv4 is the default.)
+ **NoDNSRequest**;;
+ Do not ask exits to resolve DNS addresses in SOCKS5 requests. Tor will
+ connect to IPv4 addresses, IPv6 addresses (if IPv6Traffic is set) and
+ .onion addresses.
+ **NoOnionTraffic**;;
+ Do not connect to .onion addresses in SOCKS5 requests.
+ **OnionTrafficOnly**;;
+ Tell the tor client to only connect to .onion addresses in response to
+ SOCKS5 requests on this connection. This is equivalent to NoDNSRequest,
+ NoIPv4Traffic, NoIPv6Traffic. The corresponding NoOnionTrafficOnly
+ flag is not supported.
**CacheIPv4DNS**;;
Tells the client to remember IPv4 DNS answers we receive from exit
nodes via this connection. (On by default.)
@@ -1125,6 +1136,10 @@ The following options are useful only for clients (that is, if
authentication" when IsolateSOCKSAuth is disabled, or when this
option is set.
+ Flags are processed left to right. If flags conflict, the last flag on the
+ line is used, and all earlier flags are ignored. No error is issued for
+ conflicting flags.
+
[[SocksListenAddress]] **SocksListenAddress** __IP__[:__PORT__]::
Bind to this address to listen for connections from Socks-speaking
applications. (Default: 127.0.0.1) You can also specify a port (e.g.