This commit is contained in:
Olia Lisa
2025-08-15 21:43:15 +08:00
parent 5cab57adf4
commit e3801150c0
6 changed files with 89 additions and 14 deletions
+7 -2
View File
@@ -6,7 +6,8 @@ echo "1. 启动容器"
echo "2. 查看分享链接"
echo "3. 停止容器"
echo "4. 更新镜像"
echo "5. 更新端口"
echo "5. 修改端口"
echo "6. 修改Reality目标域名"
echo "0. 退出"
# 读取用户选择
@@ -34,9 +35,13 @@ case $choice in
bash ./bin/update_docker_images.sh
;;
5)
# 更新端口
# 修改端口
bash ./bin/update_port.sh
;;
6)
# 修改Reality目标域名
bash ./bin/update_reality_dest.sh
;;
0)
# 退出
echo "退出程序."