ソースを参照

Update update.sh

Updated DNS to Quad9
Javinator9889 6 年 前
コミット
e2389f4816
1 ファイル変更1 行追加1 行削除
  1. 1 1
      update.sh

+ 1 - 1
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