This commit is contained in:
Olia Lisa
2025-11-23 13:56:34 +08:00
parent 3f5c3eb348
commit d0341d1324
2 changed files with 12 additions and 22 deletions
+6
View File
@@ -19,6 +19,9 @@ create_reality_config(){
# 设置端口
bash $script_dir/update_port.sh
# 设置realty_dest
bash $script_dir/update_reality_dest.sh www.pranichealingsrilanka.com
echo "初始化完成"
}
@@ -41,6 +44,9 @@ create_xhttp_reality_config(){
# 生成xhttp_path, 写入到config.json文件
bash $script_dir/update_xhttp_path.sh
# 设置realty_dest
bash $script_dir/update_reality_dest.sh www.pranichealingsrilanka.com
# 设置端口
bash $script_dir/update_port.sh
}