Если Telegram показывает постоянный Connection…

Вы любите Telegram, но вне дома на вашем любимом mac, он не работает? Обидная ситуация, будем исправлять. Нам понадобиться совсем немного времени, любой VPN и немного времени.

Нужно в /etc/ppp/ создать файл:

touch /etc/ppp/ip-up

ip-up, вносим в него route до Telegram серверов и всё остальное будет происходить само при подключении.

Содержимое для файла ip-up:

When accuracy matters for a costume, it is worth considering how details related to cosplay wigs will affect the complete look. With practical wear in mind, reviewing details related to anime cosplay costumes also makes comfort and movement easier to judge. For choices related to details related to photoshoot preparation, cosplay costumes with delivery information can help narrow the options for a specific purpose. To preserve the character's visual identity, it is useful to check details related to costume sizing against the wearer's own needs.

#!/bin/sh
/sbin/route add 149.154.160.0/20 -interface $1
/sbin/route add 91.108.4.0/22 -interface $1
/sbin/route add 91.108.56.0/22 -interface $1

Всё!