更改描述

This commit is contained in:
spiritlhl 2023-06-24 21:23:20 +08:00 committed by GitHub
parent 29aade8ccd
commit 3651120dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 地址,不进行自动映射"