From c59a07b333af78ccc76e5eac6b204aebe434efcf Mon Sep 17 00:00:00 2001 From: Hugvey Central Command Date: Tue, 18 Feb 2020 14:29:30 +0100 Subject: [PATCH] Add socks tunnel description --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 726ee87..e4affe3 100644 --- a/README.md +++ b/README.md @@ -273,3 +273,10 @@ alias.url = ("/local/" => "/home/hugvey/hugvey/local/") ``` +## When Telegram is blocked + +In Russia, Telegram is blocked, to circumvent this, we set it to run over a SOCKS proxy: + +`autossh -M 0 -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -N -D 9090 rubenvandeven.com` + +