Fix IP discovery

This commit is contained in:
Quentin 2021-02-01 21:15:47 +01:00
parent 65190b2e71
commit 25d2855fed
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \