1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-13 16:30:06 +00:00

testsuite points to localhost

This commit is contained in:
erdgeist 2007-01-12 01:58:25 +00:00
parent 575bf7081f
commit f683b7a08e

View File

@ -6,7 +6,7 @@ ip=10.1.1.$(( $RANDOM & 0xff ))&port=$(( $RANDOM & 0xff )) HTTP/1.0\n"
# echo -e $request_string
# 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
done