diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-26 00:42:19 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-26 00:42:19 -0700 |
commit | 9fa3a43dab970028aac3d89621ed900e3b539c6a (patch) | |
tree | 34da2fc871c36487cba60df451a62b5830ea4195 /sh/vip | |
parent | a17e81edbbdacc5454597e603a4517237a47f76c (diff) |
vip add new aa vpn output
Diffstat (limited to 'sh/vip')
-rwxr-xr-x | sh/vip | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ # Vpn IP case "$(nmcli -t --fields device,state device)" in + *wg_aa:connected*) echo aa;; *wg_ia:connected*) echo ia;; *wg_mydefault:connected*) echo mydefault;; *wg_studio:connected*) echo studio;; |