...
|
...
|
@@ -101,6 +101,7 @@ tells
|
101
|
101
|
<ul>
|
102
|
102
|
<li><a href="#torrc">I'm supposed to "edit my torrc". What does
|
103
|
103
|
that mean?</a></li>
|
|
104
|
+ <li><a href="#ExampleTorrc">Is there an example torrc file somewhere?</a></li>
|
104
|
105
|
<li><a href="#Logs">How do I set up logging, or see Tor's
|
105
|
106
|
logs?</a></li>
|
106
|
107
|
<li><a href="#LogLevel">What log level should I use?</a></li>
|
...
|
...
|
@@ -1534,6 +1535,17 @@ configuration.
|
1534
|
1535
|
|
1535
|
1536
|
<hr>
|
1536
|
1537
|
|
|
1538
|
+<a id="ExampleTorrc"></a>
|
|
1539
|
+<h3><a class="anchor" href="#ExampleTorrc">Is there an example torrc file
|
|
1540
|
+somewhere?</a></h3>
|
|
1541
|
+
|
|
1542
|
+<p>
|
|
1543
|
+There's one included with tor. You can read it online <a href="https://gitweb.torproject.org/tor.git/blob/HEAD:/src/config/torrc.sample.in">
|
|
1544
|
+here</a>. Tor does not use the lines that begin with '#'.
|
|
1545
|
+</p>
|
|
1546
|
+
|
|
1547
|
+<hr>
|
|
1548
|
+
|
1537
|
1549
|
<a id="Logs"></a>
|
1538
|
1550
|
<h3><a class="anchor" href="#Logs">How do I set up logging, or see Tor's
|
1539
|
1551
|
logs?</a></h3>
|