mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-12 22:23:49 +01:00
fix some typos in the man page
This commit is contained in:
parent
bbffd0a018
commit
22a0708133
@ -964,10 +964,10 @@ The following options are useful only for clients (that is, if
|
|||||||
(SOCKS 4, SOCKS 5, TransPort connections, NATDPort connections,
|
(SOCKS 4, SOCKS 5, TransPort connections, NATDPort connections,
|
||||||
and DNSPort requests are all considered to be different protocols.)
|
and DNSPort requests are all considered to be different protocols.)
|
||||||
**IsolateDestPort**;;
|
**IsolateDestPort**;;
|
||||||
Don't share circuits with streams targetting a different
|
Don't share circuits with streams targeting a different
|
||||||
destination port.
|
destination port.
|
||||||
**IsolateDestAddr**;;
|
**IsolateDestAddr**;;
|
||||||
Don't share circuits with streams targetting a different
|
Don't share circuits with streams targeting a different
|
||||||
destination address.
|
destination address.
|
||||||
**SessionGroup=**__INT__;;
|
**SessionGroup=**__INT__;;
|
||||||
If no other isolation rules would prevent it, allow streams
|
If no other isolation rules would prevent it, allow streams
|
||||||
@ -1018,7 +1018,7 @@ The following options are useful only for clients (that is, if
|
|||||||
requests via this connection.
|
requests via this connection.
|
||||||
**PreferIPv6Automap**;;
|
**PreferIPv6Automap**;;
|
||||||
When serving a hostname lookup request on this port that
|
When serving a hostname lookup request on this port that
|
||||||
should get automapped (according to AutomapHostsOnResove),
|
should get automapped (according to AutomapHostsOnResolve),
|
||||||
if we could return either an IPv4 or an IPv6 answer, prefer
|
if we could return either an IPv4 or an IPv6 answer, prefer
|
||||||
an IPv6 answer. (On by default.)
|
an IPv6 answer. (On by default.)
|
||||||
**PreferSOCKSNoAuth**;;
|
**PreferSOCKSNoAuth**;;
|
||||||
@ -1425,7 +1425,7 @@ The following options are useful only for clients (that is, if
|
|||||||
whose view of the current time is skewed. If this option is set to 0, we
|
whose view of the current time is skewed. If this option is set to 0, we
|
||||||
do not send this timestamp, and hidden services on obsolete Tor versions
|
do not send this timestamp, and hidden services on obsolete Tor versions
|
||||||
will not work. If this option is set to 1, we send the timestamp. If
|
will not work. If this option is set to 1, we send the timestamp. If
|
||||||
this optoin is "auto", we take a recommendation from the latest consensus
|
this option is "auto", we take a recommendation from the latest consensus
|
||||||
document. (Default: auto)
|
document. (Default: auto)
|
||||||
|
|
||||||
|
|
||||||
@ -2032,7 +2032,7 @@ The following options are used to configure a hidden service.
|
|||||||
[[HiddenServicePort]] **HiddenServicePort** __VIRTPORT__ [__TARGET__]::
|
[[HiddenServicePort]] **HiddenServicePort** __VIRTPORT__ [__TARGET__]::
|
||||||
Configure a virtual port VIRTPORT for a hidden service. You may use this
|
Configure a virtual port VIRTPORT for a hidden service. You may use this
|
||||||
option multiple times; each time applies to the service using the most
|
option multiple times; each time applies to the service using the most
|
||||||
recent hiddenservicedir. By default, this option maps the virtual port to
|
recent HiddenServiceDir. By default, this option maps the virtual port to
|
||||||
the same port on 127.0.0.1 over TCP. You may override the target port,
|
the same port on 127.0.0.1 over TCP. You may override the target port,
|
||||||
address, or both by specifying a target of addr, port, or addr:port.
|
address, or both by specifying a target of addr, port, or addr:port.
|
||||||
You may also have multiple lines with the same VIRTPORT: when a user
|
You may also have multiple lines with the same VIRTPORT: when a user
|
||||||
|
Loading…
Reference in New Issue
Block a user