summaryrefslogtreecommitdiffstats
path: root/.md/tutorials/how-to-host-a-tor-hidden-service.md
diff options
context:
space:
mode:
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.md6
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.