Browse Source

testsuite points to localhost

dynamic-accesslists
erdgeist 18 years ago
parent
commit
f683b7a08e
  1. 2
      testsuite.sh

2
testsuite.sh

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