Skip to content

Commit

Permalink
no sleeps and no Anti-DoS on basic check
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Oct 19, 2021
1 parent f081da7 commit 5bcfb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipv6calcweb/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ all: ipv6calcweb

ipv6calcweb: ipv6calcweb.cgi.in
./create_ipv6calcweb-cgi.sh
# Test script
LD_LIBRARY_PATH=@LD_LIBRARY_PATH@ ./ipv6calcweb.cgi >/dev/null
# Test script (no sleeps and no Anti-DoS)
LD_LIBRARY_PATH=@LD_LIBRARY_PATH@ HTTP_IPV6CALCWEB_DEBUG="0x5000" ./ipv6calcweb.cgi >/dev/null

update:

Expand Down

0 comments on commit 5bcfb91

Please sign in to comment.