From 8d753981fac1b4a5a33e07bc7226648975b55ed8 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:29:30 +0800 Subject: [PATCH] Switch to OpenDNS for Internet check Thanks to @TipzRickyCheung for the suggestion --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index d29646a..4d27d87 100755 --- a/restore.sh +++ b/restore.sh @@ -104,7 +104,7 @@ Main() { fi Log "Checking Internet connection..." - $ping 8.8.8.8 >/dev/null + $ping 208.67.222.222 >/dev/null if [[ $? != 0 ]]; then Error "Please check your Internet connection before proceeding." fi