about summary refs log tree commit diff
path: root/sh/snippets
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-03-05 04:14:45 -0800
committerXiao Pan <gky44px1999@gmail.com>2024-03-05 04:14:45 -0800
commit47eac3c89a2bb766fa57034638ebf39b82c525c6 (patch)
treeb163a320ac8a9953b2f5e94a03380ef58245dd7b /sh/snippets
parent34cad249d70611176b2396fa0e6de57707c593f4 (diff)
feat: add ia wg
Diffstat (limited to 'sh/snippets')
-rw-r--r--sh/snippets1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/snippets b/sh/snippets
index f82ab7e..00b109e 100644
--- a/sh/snippets
+++ b/sh/snippets
@@ -64,6 +64,7 @@ monero-blockchain-export --output-file "$XDG_DOWNLOAD_DIR/xmr/monero_blockchain.
 #       echo insp
 #fi
 case "$(nmcli -t --fields device,state device)" in
+	*wg_ia:connected*) echo ia;;
 	*wg_ka:connected*) echo ka;;
 	*wg_studio:connected*) echo studio;;
 	*) echo insp;;