diff options
author | mjfernez <mjf@mjfer.net> | 2021-10-29 19:30:41 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2021-10-29 19:30:41 -0400 |
commit | 97923657b206bfe8755590c6e4df3c06da521420 (patch) | |
tree | 57aa22f939b9e4140cd9f028ad97577374e991ab /.md/tutorials/how-to-host-a-tor-hidden-service.md | |
parent | b49f2d2131c87c9d0e8b0eae4fc580fd9efc6832 (diff) | |
download | site-files-97923657b206bfe8755590c6e4df3c06da521420.tar.gz |
Fix code tags
Diffstat (limited to '.md/tutorials/how-to-host-a-tor-hidden-service.md')
-rw-r--r-- | .md/tutorials/how-to-host-a-tor-hidden-service.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.md/tutorials/how-to-host-a-tor-hidden-service.md b/.md/tutorials/how-to-host-a-tor-hidden-service.md index 1fa810a..a57e710 100644 --- a/.md/tutorials/how-to-host-a-tor-hidden-service.md +++ b/.md/tutorials/how-to-host-a-tor-hidden-service.md @@ -48,7 +48,7 @@ $ sudo systemctl enable tor.service ### Configure Tor -You'll need to edit the file `/etc/tor/torrc` before your service can +You'll need to edit the file "/etc/tor/torrc" before your service can be available over Tor. Use vim, nano, or whatever you like to edit the file (as root!) and search for the following lines: @@ -104,10 +104,10 @@ $ python3 -m http.server You'll see the server is being hosted on port 8000, which is what we chose in the config file earlier. Just leave it running, or send it to -the background with Ctrl+Z and run `bg`. +the background with Ctrl+Z and run "bg". And that's it! You are now the proud owner of a tor hidden service. Take -the hostname you copied down before and add `.onion` to the end and give +the hostname you copied down before and add ".onion" to the end and give it to your friends so they can browse the files in the directory through the Tor Browser. |