fix(relay): 更新中继服务器的 UDP 消息主机地址

- 将 UdpMsgHost 从 121.4.23.23 修改为 121.41.123.129
This commit is contained in:
2025-05-22 14:06:10 +08:00
parent fb312f07d9
commit 63f4ea8599

View File

@@ -4,7 +4,7 @@
<MemPoolShmKey>11018</MemPoolShmKey>
<MemPoolShmSize>150000000</MemPoolShmSize>
<RoomCount>20</RoomCount>
<UdpMsgHost>121.4.23.23</UdpMsgHost>
<UdpMsgHost>121.41.123.129</UdpMsgHost>
<UdpMsgPort>20014</UdpMsgPort>
<BattleFps>30</BattleFps>
<RecvBusMsgInterval>100</RecvBusMsgInterval>