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 \