summaryrefslogtreecommitdiff
path: root/sh/vip
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2024-08-13 19:00:15 -0700
committerXiao Pan <xyz@flylightning.xyz>2024-08-13 19:00:15 -0700
commit0951beb37c88a50307e1e5872f80fb5bba36bd54 (patch)
tree4049ca8b05a3971146dd120685b2744176fa9f7a /sh/vip
parent903c04bd8b831acaf9a3dc863f9bbb8fc601a0d1 (diff)
new ca wg
Diffstat (limited to 'sh/vip')
-rwxr-xr-xsh/vip1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/vip b/sh/vip
index d7adbf2..74e5c3f 100755
--- a/sh/vip
+++ b/sh/vip
@@ -3,6 +3,7 @@
case "$(nmcli -t --fields device,state device)" in
*wg_aa:connected*) echo aa;;
+ *wg_ca:connected*) echo ca;;
*wg_ia:connected*) echo ia;;
*wg_mydefault:connected*) echo mydefault;;
*wg_studio:connected*) echo studio;;