Skip to content

Commit 31edfae

Browse files
authored
Update install.sh
1 parent 51c63c0 commit 31edfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ warpcheck
147147
if [[ ! $wgcfv4 =~ on|plus && ! $wgcfv6 =~ on|plus ]]; then
148148
v4=$(curl -s4m5 icanhazip.com -k)
149149
if [ -z $v4 ]; then
150-
yellow "检测到 纯IPV6 VPS,添加DNS64"
150+
yellow "检测到 纯IPV6 VPS,添加nat64"
151151
echo -e "nameserver 2a00:1098:2b::1\nnameserver 2a00:1098:2c::1" > /etc/resolv.conf
152152
fi
153153
fi

0 commit comments

Comments
 (0)