Dante socks5 не работает с внешнего сервера - PullRequest
0 голосов
/ 29 мая 2018

Я использую Dante socks5 прокси для телеграммы

И у меня проблема с внешним сервером:

curl -v -x socks5://user:password@localhost:1080 https://web.telegram.org
* Rebuilt URL to: https://web.telegram.org/
*   Trying localhost...
* TCP_NODELAY set
* Connection failed
* connect to localhost port 1080 failed: Operation timed out
* Failed to connect to localhost port 1080: Operation timed out
* Closing connection 0
curl: (7) Failed to connect to localhost port 1080: Operation timed out

1 Ответ

0 голосов
/ 30 мая 2018

Я использую эту команду, чтобы разрешить порт

sudo ufw allow 1080
...