From 97923657b206bfe8755590c6e4df3c06da521420 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Fri, 29 Oct 2021 19:30:41 -0400 Subject: Fix code tags --- .md/tutorials/how-to-host-a-tor-hidden-service.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.md/tutorials/how-to-host-a-tor-hidden-service.md') 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. -- cgit v1.2.3