traumschule commited on 2018-08-22 11:58:32
Zeige 1 geänderte Dateien mit 11 Einfügungen und 1 Löschungen.
... | ... |
@@ -11,7 +11,8 @@ |
11 | 11 |
</div> |
12 | 12 |
<div id="maincol"> |
13 | 13 |
<h1>Configuring Onion Services for <a href="<page index>">Tor</a></h1> |
14 |
- <hr> |
|
14 |
+ |
|
15 |
+ <hr /> |
|
15 | 16 |
|
16 | 17 |
<p>Tor allows clients and relays to offer onion services. That is, |
17 | 18 |
you can offer a web server, SSH server, etc., without revealing your |
... | ... |
@@ -32,6 +33,15 @@ |
32 | 33 |
</p> |
33 | 34 |
|
34 | 35 |
<hr> |
36 |
+ <ul> |
|
37 |
+ <li><a href="#zero">Step Zero: Get Tor working</a></li> |
|
38 |
+ <li><a href="#one">Step One: Install a web server locally</a></li> |
|
39 |
+ <li><a href="#two">Step Two: Configure your onion service</a></li> |
|
40 |
+ <li><a href="#three">Step Three: More advanced tips</a></li> |
|
41 |
+ <li><a href="#four">Step Four: Set up next-gen (v3) onions</a></li> |
|
42 |
+ </ul> |
|
43 |
+ <hr> |
|
44 |
+ |
|
35 | 45 |
<a id="zero"></a> |
36 | 46 |
<h2><a class="anchor" href="#zero">Step Zero: Get Tor working</a></h2> |
37 | 47 |
<br> |
38 | 48 |