From 3651120daca7887fc39a3320de52d7c6037882cb Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 24 Jun 2023 21:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build_nat_network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_nat_network.sh b/scripts/build_nat_network.sh index 38bcf0e..e18e829 100644 --- a/scripts/build_nat_network.sh +++ b/scripts/build_nat_network.sh @@ -62,7 +62,7 @@ if [ -z "$SUBNET_PREFIX" ] || [ "$SUBNET_PREFIX" = ":0" ]; then _red "No IPV6 subnet, no automatic mapping" else _blue "母鸡的IPV6子网前缀为 $SUBNET_PREFIX" - _blue "The hen's IPV6 subnet prefix is $SUBNET_PREFIX" + _blue "The IPV6 subnet prefix of the host is $SUBNET_PREFIX" fi if [ -z "$ipv6_address" ]; then _red "母机无 IPV6 地址,不进行自动映射"