This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Установка проверялась на Ubuntu 20.04, на других версиях может не работать | |
Для установки на впс зайдите на совой впс по ssh из под рута, скопируйте строку ниже и вставьте в терминал | |
rm install-az.sh; wget https://gist.githubusercontent.com/YouROK/21617b476ea914cc5b76d72903d6702f/raw/install-az.sh && chmod +x ./install-az.sh && ./install-az.sh | |
После установки, если нет подключения, то нужно добавить эти строчки перед ключами | |
pull-filter ignore block-outside-dns | |
route 8.8.8.8 255.255.255.255 vpn_gateway | |
route 77.88.8.8 255.255.255.255 vpn_gateway |