Add fully manual VPN mode
This commit is contained in:
@@ -839,7 +839,7 @@ install_shell_aliases() {
|
||||
zshrc="$HOME/.zshrc"
|
||||
tmp="$1"
|
||||
log_step "Обновляю shell aliases"
|
||||
log_detail "Алиасы vpn, vpn-auto, vpn-manual, vpn-debug и vpn-fix-dns добавляются идемпотентным блоком в ~/.zshrc."
|
||||
log_detail "Алиасы vpn, vpn-auto, vpn-manual, vpn-manual-full, vpn-debug и vpn-fix-dns добавляются идемпотентным блоком в ~/.zshrc."
|
||||
|
||||
[ -f "$zshrc" ] || run touch "$zshrc"
|
||||
|
||||
@@ -854,6 +854,7 @@ install_shell_aliases() {
|
||||
vpn() { "$INSTALL_BIN_DIR/vpn-lemanapro.sh" "\$@"; }
|
||||
vpn-auto() { "$INSTALL_BIN_DIR/vpn-lemanapro.sh" --auto "\$@"; }
|
||||
vpn-manual() { "$INSTALL_BIN_DIR/vpn-lemanapro.sh" --manual "\$@"; }
|
||||
vpn-manual-full() { "$INSTALL_BIN_DIR/vpn-lemanapro.sh" --manual-full "\$@"; }
|
||||
vpn-debug() { "$INSTALL_BIN_DIR/vpn-lemanapro.sh" --debug "\$@"; }
|
||||
vpn-fix-dns() { sudo "$DNS_CLEANUP"; }
|
||||
# <<< lemana-vpn
|
||||
|
||||
Reference in New Issue
Block a user