aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2023-04-02 20:50:23 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2023-04-02 20:50:23 +0200
commitad0981749ab82e1401e30a20e8973ce32d30dcf0 (patch)
treee7cb921e3fbcb4d71d0b67f3438f339b0aca2e50
parentada81ad66eb1faedd28e30c3af8a800e12cc3fe3 (diff)
Change site to check effective ip from
Been getting several empty results from am.i.mullvad.net, as well as 502 Bad Gateway with some boiler template nginx html.
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 886d3f8..11a3a42 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -65,7 +65,7 @@ function main() {
mullvad connect >/dev/null
sleep $mullvad_wait_s
- ip=$(curl -s https://am.i.mullvad.net)
+ ip=$(curl -s https://ifconfig.me)
debug "working on test $i/$num_test at relay $relay ($ip) with limit $limit sites/s"
shuf -o "$tmp_dir/input.lst" "$input_file"