1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-02 20:02:58 +03:00

Give up making attemps to test domain in case of an error

This commit is contained in:
Max Makarov 2024-02-20 22:07:51 +03:00 committed by GitHub
parent b751c4daa4
commit 36b927614d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -452,6 +452,9 @@ curl_test()
continue
}
code=$?
if [ $code != 0 ]; then
break
fi
done
if [ $code = 254 ]; then
echo "UNAVAILABLE"