From 1e42bf893c7a7515d400acfb7688426b6d370d14 Mon Sep 17 00:00:00 2001 From: onryo Date: Fri, 17 Jun 2022 18:59:36 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index 0013f48..7445345 100644 --- a/README.md +++ b/README.md @@ -190,31 +190,4 @@ Then SilentDragonLite and HushChat. git clone https://git.hush.is/hush/SilentDragonLite.git cd SilentDragonLite/ ./build.sh linguist && ./build.sh -``` - -# Tor - -Install `tor` and enable it by default. - -``` -sudo apt install tor torsocks -y -``` - -Check if Tor is running, should be `[ ok ] tor is running.` - -``` -sudo service tor status -``` - -Use the Tor network by default for shell commands.
-You will see `Tor mode activated. Every command will be torified for this shell.` - -``` -source torsocks on -``` - -To enable `torsocks` or all new shell sessions and after reboot, use the following command: - -``` -echo ". torsocks on" >> ~/.bashrc -``` +``` \ No newline at end of file