From a3df9f260b9b31d546f6a3e80c5cec40cae9b274 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Fri, 26 Jun 2020 22:23:00 +0200 Subject: [PATCH] Create 12_1_Verifying_Your_Tor_Setup.md --- 12_1_Verifying_Your_Tor_Setup.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 12_1_Verifying_Your_Tor_Setup.md diff --git a/12_1_Verifying_Your_Tor_Setup.md b/12_1_Verifying_Your_Tor_Setup.md new file mode 100644 index 0000000..b253e13 --- /dev/null +++ b/12_1_Verifying_Your_Tor_Setup.md @@ -0,0 +1,18 @@ +# Chapter 12: Verifying Your Tor Setup + +In this chapter we will verify tor installation and setup. + +``` +~$ sudo -u debian-tor tor --verify-config +``` + +If tor is installed correctly you should see an output like this: + +``` +Jun 26 21:52:09.230 [notice] Tor 0.4.3.5 running on Linux with Libevent 2.0.21-stable, OpenSSL 1.0.2n, Zlib 1.2.11, Liblzma 5.2.2, and Libzstd N/A. +Jun 26 21:52:09.230 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning +Jun 26 21:52:09.230 [notice] Read configuration file "/etc/tor/torrc". +Configuration was valid + +~$ +```