Fix IP discovery
This commit is contained in:
parent
65190b2e71
commit
25d2855fed
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue