refactor(server_999): 修改服务器监听地址并调整服务启动脚本

- 将多个服务的监听地址从 127.0.0.1 修改为 0.0.0.0,以支持外部访问
- 更新 stop_all.sh 脚本,启用 relay_svr 和 team_svr 的停止脚本
- 新增 relation_svr 的停止脚本
- 修改 tunnel_proxy 的 TunnelSvrIp 为 0.0.0.0
This commit is contained in:
root
2025-05-07 21:31:28 +08:00
parent 2cb6ad5bb5
commit 58b070f562
6 changed files with 12 additions and 9 deletions

View File

@@ -23,8 +23,8 @@ cd ../../zone_conn/cfg/
cd ../../world_svr/cfg/
./stop_world_svr.sh
#cd ../../relay_svr/cfg/
#./stop_relay_svr.sh
cd ../../relay_svr/cfg/
./stop_relay_svr.sh
cd ../../busd/cfg/
./stop_busd.sh
@@ -41,8 +41,11 @@ cd ../../db_global_proxy/cfg/
cd ../../chat_svr/cfg/
./stop_chat_svr.sh
#cd ../../team_svr/cfg/
#./stop_team_svr.sh
cd ../../relation_svr/cfg/
./stop_relation_svr.sh
cd ../../team_svr/cfg/
./stop_team_svr.sh
cd ../../moderation_svr/cfg/
./stop_moderation_svr.sh