summaryrefslogtreecommitdiff
path: root/sh/vip
diff options
context:
space:
mode:
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 74e5c3f..95941be 100755
--- a/sh/vip
+++ b/sh/vip
@@ -5,6 +5,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_ib:connected*) echo ib;;
*wg_mydefault:connected*) echo mydefault;;
*wg_studio:connected*) echo studio;;
*) echo none;;