mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-19 16:51:33 -05:00
idz: Use Switchboard config for some ports
This commit is contained in:
parent
4abc04e9f6
commit
d3984dcd5d
|
|
@ -12,14 +12,14 @@ export function loadServerList(
|
|||
status: 1,
|
||||
userDb: {
|
||||
addr: HOST_EXT,
|
||||
tcp: 10000,
|
||||
tcp: PORT_IDZ.USERDB.TCP,
|
||||
http: 10001,
|
||||
},
|
||||
matchAddr: HOST_EXT,
|
||||
matchPort: {
|
||||
tcp: 10002,
|
||||
udpSend: 10003,
|
||||
udpRecv: 10004,
|
||||
tcp: PORT_IDZ.MATCH.TCP,
|
||||
udpSend: PORT_IDZ.MATCH.UDP_SEND,
|
||||
udpRecv: PORT_IDZ.MATCH.UDP_RECV,
|
||||
},
|
||||
tagMatchPort: {
|
||||
tcp: 10005,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user