From acc54b4e849ee9c4d7b9551caf828d5ef93eaac0 Mon Sep 17 00:00:00 2001 From: misakano7545 Date: Fri, 27 May 2022 02:45:25 +0800 Subject: [PATCH] Optimize script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c9f7c68..a3ba872 100644 --- a/install.sh +++ b/install.sh @@ -236,7 +236,7 @@ function domain_check() { if [[ -z ${local_ipv4} && -n ${local_ipv6} ]]; then # 纯IPv6 VPS,自动添加DNS64服务器以备acme.sh申请证书使用 echo -e nameserver 2a01:4f8:c2c:123f::1 > /etc/resolv.conf - judge "识别为IPv6 Only的VPS,自动添加 DNS64 服务器" + judge "识别为 IPv6 Only 的 VPS,自动添加 DNS64 服务器" fi echo -e "域名通过 DNS 解析的 IP 地址:${domain_ip}" echo -e "本机公网 IPv4 地址: ${local_ipv4}"