Add socks tunnel description
This commit is contained in:
parent
2a1ba69a52
commit
c59a07b333
1 changed files with 7 additions and 0 deletions
|
@ -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`
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue