summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsh/vip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/vip b/sh/vip
index b7db458..0a0815f 100755
--- a/sh/vip
+++ b/sh/vip
@@ -6,7 +6,7 @@ case "$(nmcli -t --fields device,state device)" in
*wg_ka:connected*) echo ka;;
*wg_mydefault:connected*) echo mydefault;;
*wg_studio:connected*) echo studio;;
- *) echo insp;;
+ *) echo none;;
esac
printf 'default: '; curl -m1 ifconfig.co
printf '4: '; curl -4m1 ifconfig.co