From 516f7b0ffde496e5b6f073fde840f048132993ea Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Mon, 3 Apr 2023 11:28:32 +0300 Subject: [PATCH] feat(vpn): update --- Guix.org | 2 +- bin/scripts/vpn-start | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Guix.org b/Guix.org index c8ff162..d0688ce 100644 --- a/Guix.org +++ b/Guix.org @@ -605,7 +605,7 @@ fi # pkexec nmcli con modify "$CONN" ipv6.method ignore # nmcli connection up "$CONN" # fi -pkexec openvpn --config ~/.vpn/mullvad_openvpn_linux_fi_hel/mullvad_fi_hel.conf +pkexec openvpn --config ~/.vpn/mullvad_openvpn_linux_se_all/mullvad_se_all.conf #+end_src *** +vpn-stop+ diff --git a/bin/scripts/vpn-start b/bin/scripts/vpn-start index 3e1b207..5b30262 100755 --- a/bin/scripts/vpn-start +++ b/bin/scripts/vpn-start @@ -16,5 +16,5 @@ fi # pkexec nmcli con modify "$CONN" ipv6.method ignore # nmcli connection up "$CONN" # fi -pkexec openvpn --config ~/.vpn/mullvad_openvpn_linux_fi_hel/mullvad_fi_hel.conf +pkexec openvpn --config ~/.vpn/mullvad_openvpn_linux_se_all/mullvad_se_all.conf # vpn-start:1 ends here