diff --git a/test.sh.php b/test.sh.php new file mode 100644 index 0000000..be2abeb --- /dev/null +++ b/test.sh.php @@ -0,0 +1,12 @@ + +#!/bin/bash + +while : +do + if export http_proxy=http://:@localhost: && wget -qO- http://ifconfig.me/ip; then + sleep 1; + else + echo "test failed"; + break; + fi +done \ No newline at end of file