From dc5c1997c0115c5bcee0b49fff46c88207b227ed Mon Sep 17 00:00:00 2001 From: ORG-wiki Date: Sat, 3 Sep 2022 12:16:45 +1200 Subject: [PATCH] Wiki page torsocks changed with summary [] by Krause --- pages/de/server/services/torsocks.txt | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/de/server/services/torsocks.txt diff --git a/pages/de/server/services/torsocks.txt b/pages/de/server/services/torsocks.txt new file mode 100644 index 0000000..7b9b689 --- /dev/null +++ b/pages/de/server/services/torsocks.txt @@ -0,0 +1,36 @@ +====== Torsocks ====== + +Torsocks ist ein Wrapper zur sicheren Torifizierung von Anwendungen. + +In diesem Tutorial geht es nur um die Nutzung einiger Anwendungen über tor, nicht um das gesamte Netzwerk. Vielleicht werden wir das später hinzufügen. +Wenn du nur deinen Browser über Tor benutzen willst, benutze einfach den Tor-Browser. Schau dir unser [[de:scans:desktop:services:browser#tor_-_browser|Browser-Tutorial]] dafür an. + +===== Paket ===== + + +sudo pacman -S tor torsocks + + +===== Start ===== + + +sudo systemctl enable --now tor.service + + +===== Nutzung ===== + + +torsocks pacman -Syu + + +==== Test ==== + + +torsocks wget -qO- https://check.torproject.org/ | grep -i congratulations + + +> Congratulations. This browser is configured to use Tor. + + +torsocks curl https://ipleak.net/json/ + \ No newline at end of file