Update VPN server

This commit is contained in:
Santiago Lo Coco 2022-03-25 09:17:02 -03:00
parent bb46ba091a
commit 633a64fb7b
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ nm-applet 2>&1 > /dev/null &
if [ "$1" = "f" ]; then
protonvpn-cli c -f
else
protonvpn-cli c US-FREE#4
protonvpn-cli c US-FREE#12
fi
killall nm-applet