...
|
...
|
@@ -275,7 +275,7 @@
|
275
|
275
|
|
276
|
276
|
<p>Since Tor 0.3.2 and
|
277
|
277
|
<a href="https://blog.torproject.org/tor-browser-75a5-released">Tor Browser
|
278
|
|
- 7.5.a5</a> 56 bit long v3 onion addresses are supported and should be used
|
|
278
|
+ 7.5.a5</a> 56-character long v3 onion addresses are supported and should be used
|
279
|
279
|
instead. This newer version of onion services ("v3") features many
|
280
|
280
|
improvements over the legacy system:
|
281
|
281
|
</p>
|
...
|
...
|
@@ -291,7 +291,7 @@
|
291
|
291
|
<a href="https://trac.torproject.org/projects/tor/wiki/doc/HiddenServiceNames">
|
292
|
292
|
Why are v3 onions better?</a>. You can identify a next-generation onion
|
293
|
293
|
address by its length: they are 56 characters long, as in
|
294
|
|
- <var>4acth47i6kxnvkewtm6q7ib2s3ufpo5sqbsnzjpbi7utijcltosqemad.onion</a>.
|
|
294
|
+ <var>4acth47i6kxnvkewtm6q7ib2s3ufpo5sqbsnzjpbi7utijcltosqemad.onion</var>.
|
295
|
295
|
|
296
|
296
|
The specification for next gen onion services can be found
|
297
|
297
|
<a href="https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt">
|
...
|
...
|
@@ -300,8 +300,9 @@
|
300
|
300
|
|
301
|
301
|
<h3>How to setup your own prop224 service</h3>
|
302
|
302
|
|
303
|
|
- <p>It's easy! Just use your <a href"#two">regular onion service</a> torrc
|
304
|
|
- and add <var>HiddenServiceVersion 3</var> in your onion service torrc block.
|
|
303
|
+ <p>It's easy! Just use your <a href"#two">regular onion service</a>
|
|
304
|
+ <a href="<page docs/faq>#torrc">torrc</a> and add
|
|
305
|
+ <var>HiddenServiceVersion 3</var> in your onion service torrc block.
|
305
|
306
|
Here is an example torrc designed for testing:
|
306
|
307
|
</p>
|
307
|
308
|
<pre>
|
...
|
...
|
@@ -325,9 +326,9 @@ HiddenServicePort 6668 127.0.0.1:6667
|
325
|
326
|
|
326
|
327
|
<p>Please note that tor is strict about directory permissions and does not
|
327
|
328
|
like to share its files. Make sure to restrict read and write access to the
|
328
|
|
- onion services directory before restarting tor. For most linux based systems you can use:
|
|
329
|
+ onion services directory before restarting tor. For most linux based systems
|
|
330
|
+ <pre>chmod 700 -R /var/lib/tor</pre> should be intended.
|
329
|
331
|
</p>
|
330
|
|
- <pre>chmod 700 -R /var/lib/tor</pre>
|
331
|
332
|
|
332
|
333
|
<p>To restart tor it's safer to not use SIGHUP directly (see bug
|
333
|
334
|
<a href="https://trac.torproject.org/projects/tor/ticket/21818">#21818</a>),
|