diff --git a/sub/bash/functions b/sub/bash/functions index 5dfd6fd..b5b33c7 100644 --- a/sub/bash/functions +++ b/sub/bash/functions @@ -151,6 +151,7 @@ py() { test -z "$@" && ipython -i -c "q = exit" || python3 $@ } +# toggle wireguard vpn with interface /etc/wireguard/wg0.conf vpn() { local STATUS SERVICE SERVICE="wg-quick@wg0.service"