testsuite points to localhost

dynamic-accesslists
erdgeist 18 years ago
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
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…
Cancel
Save