diff options
author | teor <teor2345@gmail.com> | 2016-09-13 17:28:03 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-13 10:13:57 -0400 |
commit | f311c9ffa2d9cdb64b92e4ceab5b3c582b976228 (patch) | |
tree | c45eee9cc5caa6834d156ca727b4f1534f686b3a /doc | |
parent | 365ca3ca0f5d9d391a2156436d1a7c620906e23a (diff) | |
download | tor-f311c9ffa2d9cdb64b92e4ceab5b3c582b976228.tar.gz tor-f311c9ffa2d9cdb64b92e4ceab5b3c582b976228.zip |
Replace OnionService* with HiddenService* in option names
And make consequential line-length adjustments.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index f353637d67..ab4dcbaf60 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2379,9 +2379,9 @@ The following options are used to configure a hidden service. Number of introduction points the hidden service will have. You can't have more than 10. (Default: 3) -[[OnionServiceSingleHopMode]] **OnionServiceSingleHopMode** **0**|**1**:: +[[HiddenServiceSingleHopMode]] **HiddenServiceSingleHopMode** **0**|**1**:: **Experimental - Non Anonymous** Hidden Services on a tor instance in - OnionServiceSingleHopMode make one-hop (direct) circuits between the onion + HiddenServiceSingleHopMode make one-hop (direct) circuits between the onion service server, and the introduction and rendezvous points. (Onion service descriptors are still posted using 3-hop paths, to avoid onion service directories blocking the service.) @@ -2392,21 +2392,21 @@ The following options are used to configure a hidden service. statistically distinguishable. **WARNING:** Once a hidden service directory has been used by a tor - instance in OnionServiceSingleHopMode, it can **NEVER** be used again for + instance in HiddenServiceSingleHopMode, it can **NEVER** be used again for a hidden service. It is best practice to create a new hidden service directory, key, and address for each new Single Onion Service and Hidden Service. It is not possible to run Single Onion Services and Hidden Services from the same tor instance: they should be run on different servers with different IP addresses. - OnionServiceSingleHopMode requires OnionServiceNonAnonymousMode to be set + HiddenServiceSingleHopMode requires HiddenServiceNonAnonymousMode to be set to 1. Since a Single Onion is non-anonymous, you can not to run an anonymous SOCKSPort on the same tor instance as a Single Onion service. (Default: 0) -[[OnionServiceNonAnonymousMode]] **OnionServiceNonAnonymousMode** **0**|**1**:: +[[HiddenServiceNonAnonymousMode]] **HiddenServiceNonAnonymousMode** **0**|**1**:: Makes hidden services non-anonymous on this tor instance. Allows the - non-anonymous OnionServiceSingleHopMode. Enables direct connections in the + non-anonymous HiddenServiceSingleHopMode. Enables direct connections in the server-side hidden service protocol. (Default: 0) |