Switch to OpenDNS for Internet check

Thanks to @TipzRickyCheung for the suggestion
This commit is contained in:
LukeZGD 2022-08-08 13:29:30 +08:00
parent 7a660bd67a
commit 8d753981fa

View File

@ -104,7 +104,7 @@ Main() {
fi fi
Log "Checking Internet connection..." Log "Checking Internet connection..."
$ping 8.8.8.8 >/dev/null $ping 208.67.222.222 >/dev/null
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
Error "Please check your Internet connection before proceeding." Error "Please check your Internet connection before proceeding."
fi fi