Skip to content

Commit

Permalink
Added Tor networking section to User Help
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fpack committed Dec 13, 2021
1 parent 7bd6b1c commit 2804e6e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions doc/user_help.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,25 @@ <h4>Proxies</h4>
look like the following:
</p>
<code>http_proxy="https://localhost:9085/"</code>
<h5>Tor Proxy Tunneling</h5>
<h5>HTTPS Proxy Tunneling</h5>
<p>
If you would like to use a Tor server, modify your torrc file to include something similar to the following:
If you would like to use a Tor server to access HTTPS traffic (not onion links), modify your torrc file to include something similar to the following:
</p>
<code>HTTPTunnelPort 9085</code>
<p><b>Note that all Tor traffic needs HTTPS URls, not HTTP</b></p>
<p>
<h5>Routing all Dillo traffic through Tor</h5>
<p>
Use torsocks (which comes with the tor server package) to wrap all Dillo traffic through Tor
</p>
<code>torsocks dillo</code>
<p>First make sure your Tor server is restarted with the following modifications</p>
<code>
SOCKSPort 9050 # has to be port 9050 for torify and torsocks to work
ControlPort 9051
CookieAuthentication 0 # to disable authentication. DO NOT do this on a shared computer
</code>
<p>Bookmarks, home page, and other local content will not be accessible with this method. You will need to manually enter a URL to visit</p>
</td></tr>
</table>

Expand Down

0 comments on commit 2804e6e

Please sign in to comment.