From 8944ca68944929f1da49a0bfb310675a6287fdc3 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 26 Feb 2024 08:52:31 -0500 Subject: [PATCH] tor wording --- docs/tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tor.md b/docs/tor.md index b583ed5..15521af 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 `service tor restart` +5. Restart 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!