mirror of
git://erdgeist.org/opentracker
synced 2025-01-13 16:30:06 +00:00
testsuite points to localhost
This commit is contained in:
parent
575bf7081f
commit
f683b7a08e
@ -6,7 +6,7 @@ ip=10.1.1.$(( $RANDOM & 0xff ))&port=$(( $RANDOM & 0xff )) HTTP/1.0\n"
|
|||||||
|
|
||||||
# echo -e $request_string
|
# echo -e $request_string
|
||||||
# echo
|
# echo
|
||||||
echo -e $request_string | nc 23.23.23.182 6969 >/dev/null &
|
echo -e $request_string | nc 127.0.0.1 6969 >/dev/null &
|
||||||
# echo
|
# echo
|
||||||
|
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user