From e2389f48165ff9738cfe9c32d6bab1e3c0418384 Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Sun, 12 May 2019 14:40:54 +0200 Subject: [PATCH] Update update.sh Updated DNS to Quad9 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a503d574..67645b55 100755 --- a/update.sh +++ b/update.sh @@ -260,7 +260,7 @@ for option in ${CONFIG_ARRAY[@]}; do done echo -en "Checking internet connection... " -timeout 3 ping -c 1 8.8.8.8 > /dev/null +timeout 3 ping -c 1 9.9.9.9 > /dev/null if [[ $? != 0 ]]; then echo -e "\e[31mfailed\e[0m" exit 1