config(tunnel_svr): 更新隧道服务器配置文件

- 将 LocalIP 从 127.0.0.1 修改为 121.41.123.129
- 此修改使隧道服务器能够监听外部 IP,以便其他设备可以连接
This commit is contained in:
2025-05-22 11:56:36 +08:00
parent 7621c1463f
commit fb312f07d9

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="GBK" standalone="yes" ?>
<tunnel_svrconf version="1" >
<LocalIP>127.0.0.1</LocalIP>
<LocalIP>121.41.123.129</LocalIP>
<LocalPort>29006</LocalPort>
<CenterRedisInfo>
<Host>121.41.123.129</Host>