From 360f8f0a5990cd319aa554c7d52bde3163dda6e5 Mon Sep 17 00:00:00 2001 From: ORG-wiki Date: Mon, 30 May 2022 13:10:05 +1200 Subject: [PATCH] Wiki page torsocks changed with summary [] by Krause --- pages/en/server/services/torsocks.txt | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pages/en/server/services/torsocks.txt diff --git a/pages/en/server/services/torsocks.txt b/pages/en/server/services/torsocks.txt new file mode 100644 index 0000000..bc2a614 --- /dev/null +++ b/pages/en/server/services/torsocks.txt @@ -0,0 +1,31 @@ +====== Torsocks ====== + +Torsocks is a wrapper to safely torify applications. + +This tutorial is only about using some applications over tor, not the whole network. Maybe we will add that later. + +===== Package ===== + + +sudo pacman -S tor torsocks + + +===== Start ===== + + +sudo systemctl enable --now tor.service + + +===== Usage ===== + + +torsocks pacman -Syu + + +==== Test ==== + + +torsocks wget -qO- https://check.torproject.org/ | grep -i congratulations + + +> Congratulations. This browser is configured to use Tor.