修正注释

This commit is contained in:
Olia Lisa
2026-01-17 16:45:49 +08:00
parent f85766154c
commit 4fb0893859
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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成功"
}