We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c63c0 commit 31edfaeCopy full SHA for 31edfae
install.sh
@@ -147,7 +147,7 @@ warpcheck
147
if [[ ! $wgcfv4 =~ on|plus && ! $wgcfv6 =~ on|plus ]]; then
148
v4=$(curl -s4m5 icanhazip.com -k)
149
if [ -z $v4 ]; then
150
-yellow "检测到 纯IPV6 VPS,添加DNS64"
+yellow "检测到 纯IPV6 VPS,添加nat64"
151
echo -e "nameserver 2a00:1098:2b::1\nnameserver 2a00:1098:2c::1" > /etc/resolv.conf
152
fi
153
0 commit comments