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:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<jsonlogloader_svr_conf version="1">
|
||||
<listen_ip>127.0.0.1</listen_ip>
|
||||
<listen_ip>0.0.0.0</listen_ip>
|
||||
<listen_port>19997</listen_port>
|
||||
<buff_size>1024000</buff_size>
|
||||
<size_limit>512000000</size_limit>
|
||||
|
||||
Reference in New Issue
Block a user