From 4fb08938599a89be57c79ac17c36c6fa44345041 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sat, 17 Jan 2026 16:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/create_config.sh | 4 ++-- bin/update_reality_dest.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/create_config.sh b/bin/create_config.sh index 170ce1c..58d1783 100644 --- a/bin/create_config.sh +++ b/bin/create_config.sh @@ -15,7 +15,7 @@ create_reality_config(){ # 设置端口 update_port - # 设置realty_dest目标域名 + # 设置reality_dest目标域名 update_reality_dest green "成功创建配置" @@ -36,7 +36,7 @@ create_xhttp_reality_config(){ # 生成xhttp_path, 写入到config.json文件 update_xhttp_path - # 设置realty_dest目标域名 + # 设置reality_dest目标域名 update_reality_dest # 设置端口 diff --git a/bin/update_reality_dest.sh b/bin/update_reality_dest.sh index d969b4f..c60d395 100644 --- a/bin/update_reality_dest.sh +++ b/bin/update_reality_dest.sh @@ -30,5 +30,5 @@ update_reality_dest(){ # 修改配置文件中的serverNames,不带端口号 modify_json_file "$config_dir/config.json" ".inbounds[0].streamSettings.realitySettings.serverNames" "[\"$domain\"]" - echo "修改realty_dest成功" + echo "修改reality_dest成功" }