diff options
author | lolcat <will@lolcat.ca> | 2024-02-26 08:52:04 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-02-26 08:52:04 -0500 |
commit | 882107504fab5df8253be7eefcae88d300178b68 (patch) | |
tree | 399dbde946681bc80f26ceee29234133e8a215a3 /docs/tor.md | |
parent | 310a50fa44877b16cee25ff6da6109f6b5311e62 (diff) |
tor
Diffstat (limited to 'docs/tor.md')
-rw-r--r-- | docs/tor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tor.md b/docs/tor.md index 2865348..b583ed5 100644 --- a/docs/tor.md +++ b/docs/tor.md @@ -9,6 +9,6 @@ This guide assumes that there is already a configured webserver sitting on port HiddenServiceDir /var/lib/tor/4get HiddenServicePort 80 127.0.0.1:80 ``` -5. Start the tor service using `systemctl start tor` +5. Start the tor service using `service tor restart` 6. Wait for a while... 7. Run `cat /var/lib/tor/4get/hostname`. That is your onion address! |