diff --git a/.github/action-test/entrypoint.sh b/.github/action-test/entrypoint.sh index 44a5d27..d9001cc 100755 --- a/.github/action-test/entrypoint.sh +++ b/.github/action-test/entrypoint.sh @@ -112,6 +112,7 @@ test_curl 200 bot.whatismyipaddress.com test_curl 200 curlmyip.net echo -e "### new line" +test_curl 200 ipaddy.net test_curl 200 eth0.me test_curl 200 ipaddr.site test_curl 200 ifconfig.co @@ -230,4 +231,4 @@ test_telnet telehack.com 23 echo -e "\nFinal test result: ${final_result}" echo -e "\n==END==\n\n" -exit ${final_result_code} \ No newline at end of file +exit ${final_result_code}