From 25d2855fed0f3ffbfb096fe5fc055d2f99cb1224 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 1 Feb 2021 21:15:47 +0100 Subject: [PATCH] Fix IP discovery --- scripts/2021/torexit | 2 +- scripts/2021/torexitna | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/2021/torexit b/scripts/2021/torexit index 4d518fe..2810898 100755 --- a/scripts/2021/torexit +++ b/scripts/2021/torexit @@ -12,7 +12,7 @@ sleep 5 /usr/local/bin/measlat \ -t tor \ -q $SOCK_PORT \ - -h 212.47.237.96 \ + -h $(curl https://ifconfig.me) \ -p 443 \ -c 135000 \ -i 40 \ diff --git a/scripts/2021/torexitna b/scripts/2021/torexitna index a2ded44..fb6a139 100755 --- a/scripts/2021/torexitna +++ b/scripts/2021/torexitna @@ -12,7 +12,7 @@ sleep 5 /usr/local/bin/measlat \ -t tor \ -q $SOCK_PORT \ - -h $(curl ifconfig.me) \ + -h $(curl https://ifconfig.me) \ -p 443 \ -c 135000 \ -i 40 \