testsuite points to localhost
parent
0369a9f6e9
commit
925903cebb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue