From 2a2e1b546c21090eac297da042898e25ac862789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=A1=E5=AD=90=E5=B7=A5=E5=85=B7=E7=AE=B1?= <50480726+A7T@users.noreply.github.com> Date: Tue, 22 Jun 2021 13:42:39 +0800 Subject: [PATCH] Update getdate.sh Fix a typo. --- scripts/getdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/getdate.sh b/scripts/getdate.sh index 8ecf255..531b9f7 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -933,7 +933,7 @@ userguide(){ [ "$res" = 1 ] && checkupdate && getcrt fi #设置加密DNS - $clashdir/start.sh webget /tmp/ssl_test https://www,baidu.com echooff rediron skipceroff + $clashdir/start.sh webget /tmp/ssl_test https://www.baidu.com echooff rediron skipceroff if [ "$?" = "0" ];then dns_nameserver='https://223.5.5.5/dns-query, https://doh.pub/dns-query, tls://dns.rubyfish.cn:853' dns_fallback='https://1.0.0.1/dns-query, https://8.8.4.4/dns-query, https://doh.opendns.com/dns-query' @@ -1038,4 +1038,4 @@ testcommand(){ errornum clashsh fi -} \ No newline at end of file +}