From c0372df40f3d01c4a38b94bca2e08fa9b139c2c2 Mon Sep 17 00:00:00 2001 From: George Tse <65408965+GeorgeXie2333@users.noreply.github.com> Date: Sun, 23 Mar 2025 00:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E7=9A=84=E7=AB=AF=E5=8F=A3=E8=BD=AC=E5=8F=91=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- socat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/socat.sh b/socat.sh index 388eb80..7a279ea 100644 --- a/socat.sh +++ b/socat.sh @@ -204,8 +204,8 @@ config_socat(){ echo -e "${Green}请选择转发类型:${Font}" echo "1. IPv4 端口转发" echo "2. IPv6 端口转发" - echo "3. 域名(DDNS) 端口转发 (IPv4优先)" - echo "4. 域名(DDNS) 端口转发 (IPv6优先)" + echo "3. IPv4 域名(DDNS)端口转发" + echo "4. IPv6 域名(DDNS)端口转发" read -p "请输入选项 [1-4]: " ip_version if [ "$ip_version" == "2" ] || [ "$ip_version" == "4" ]; then