mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge remote-tracking branch 'public/bug11061_024'
This commit is contained in:
commit
1a7794e475
3
changes/bug11061
Normal file
3
changes/bug11061
Normal file
@ -0,0 +1,3 @@
|
||||
o Documentation fixes:
|
||||
- Fix the layout of the SOCKSPort flags in the manpage. Fixes bug
|
||||
11061; bugfix on 0.2.4.7-alpha.
|
@ -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.
|
||||
@ -991,7 +992,8 @@ The following options are useful only for clients (that is, if
|
||||
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.
|
||||
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.)
|
||||
|
Loading…
Reference in New Issue
Block a user