Update 'rfc-tilde-tor-support.md'

This commit is contained in:
ubergeek 2019-08-02 22:22:48 -04:00
parent eb85924977
commit cafb51827c
1 changed files with 7 additions and 2 deletions

View File

@ -40,7 +40,9 @@ Additionally, the individual tildeverse member should advertise their onion name
Tor installs easily on Debian, via apt.
```sudo apt install tor```
```
sudo apt install tor
```
This installs both the tor daemon, and torsocks. It configures Tor as a simple entry node, without relaying. Out of the box, it is safe to use to access the Tor network, and to use it as a proxy on the tildeverse machine.
@ -67,4 +69,7 @@ so for a single-server tilde a single onion is enough and easier to bookmark and
single onion services = removing server anonymity so we can have more bandwidth and better latency; good for public servers (like tildes!)
onionv3 : based on ed25519 keys so if you want pretty names you gotta go check on that (not use shallot and
onionv3 : based on ed25519 keys so if you want pretty names you gotta go check on that (not use shallot and whatnot)
DO NOT USE ONIONv2 THIS IS TERRIBLE
when configuring an onion services tor only routes to the precise port, no direct access to other ports on the machine through tor. but since client requests are coming from localhost (from the tor daemon on the server) be careful not to expose some services to localhost or they may become available through tor (probably not what you intended)