Add socks tunnel description

This commit is contained in:
Hugvey Central Command 2020-02-18 14:29:30 +01:00
parent 2a1ba69a52
commit c59a07b333
1 changed files with 7 additions and 0 deletions

View File

@ -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`