diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-05 18:16:48 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-05 18:16:48 -0800 |
commit | 35cae6616f045a6f0e12a69f64c160199cb23996 (patch) | |
tree | 9770adaa200281bf00cb8300afc80b7398d25d2a /sh/snippets | |
parent | 42fd23d7793f234a9b340256f7a311d9c1222990 (diff) |
update
Diffstat (limited to 'sh/snippets')
-rw-r--r-- | sh/snippets | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sh/snippets b/sh/snippets index 800acf2..57dd232 100644 --- a/sh/snippets +++ b/sh/snippets @@ -62,6 +62,6 @@ elif echo "$nm_device_state" | grep -q '^wg_studio:connected$'; then else echo insp fi -printf 'default: '; curl ifconfig.co -printf '4: '; curl -4 ifconfig.co -printf '6: '; curl -6 ifconfig.co +printf 'default: '; curl -m1 ifconfig.co +printf '4: '; curl -4m1 ifconfig.co +printf '6: '; curl -6m1 ifconfig.co |