From 3cffa24391e6adbe0147973e784cda3ede4525de Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 30 Aug 2023 09:38:13 +0200 Subject: [PATCH] add vpn config --- vpn.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vpn.sh b/vpn.sh index 19c65e6..e58181f 100755 --- a/vpn.sh +++ b/vpn.sh @@ -4,6 +4,9 @@ set -e case "$1" in + uzh|uzhsplit) + vpnc --no-detach "$1" + ;; tws) # Ensure we are on the right branch and pass has been unlocked pass git checkout nico-privat