add rm openvpn

This commit is contained in:
Nico Schottelius 2023-10-18 14:26:16 +02:00
parent c1df3cfdf6
commit 36a7c16b12
1 changed files with 3 additions and 0 deletions

3
vpn.sh
View File

@ -54,6 +54,9 @@ case "$1" in
exit 1
fi
;;
rmovpn)
sudo openvpn --config ~nico/Nextcloud/rulematch/nico-schottelius.ovpn
;;
rm)
case $(hostname) in
bridge)