diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-01 21:57:55 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-01 21:57:55 -0800 |
commit | e949e7c91c57a91de8f148ef981d9edbe44993b7 (patch) | |
tree | 951475fc676e66e9ece6039014bcf5cd303db732 | |
parent | 102da94f7ef6d7b476dbfd5ac84cf03dcf132cb4 (diff) |
update
-rwxr-xr-x | home/xyz/.local/bin/mrt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mrt b/home/xyz/.local/bin/mrt index 8cd136fb..c9aa27d0 100755 --- a/home/xyz/.local/bin/mrt +++ b/home/xyz/.local/bin/mrt @@ -30,7 +30,7 @@ $0 ~ location {f=1;next} }'); do mullvad relay set hostname "$relay" t=0 - while [ $t -lt 20 ]; do + while [ $t -lt 30 ]; do if mullvad status | grep -q "Connected to $relay"; then if curl -Ism"$curl_maxtime" "$website"; then good_relays="$(printf '%s\n' "$good_relays" "$relay")" |