diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-01 21:57:55 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-03 14:25:02 -0800 |
commit | ce72dc3698d64bde35bf77f6ff2d3284bd9e2a61 (patch) | |
tree | 00257e9681f822bf6f350dfe9c1913fe938b4b61 /home/xyz/.local/bin/mrt | |
parent | 02513aaa294a8a6aacb9565f1c9d3e206f5fa84e (diff) |
update
Diffstat (limited to 'home/xyz/.local/bin/mrt')
-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")" |