idz: Use Switchboard config for some ports
This commit is contained in:
@@ -12,14 +12,14 @@ export function loadServerList(
|
|||||||
status: 1,
|
status: 1,
|
||||||
userDb: {
|
userDb: {
|
||||||
addr: HOST_EXT,
|
addr: HOST_EXT,
|
||||||
tcp: 10000,
|
tcp: PORT_IDZ.USERDB.TCP,
|
||||||
http: 10001,
|
http: 10001,
|
||||||
},
|
},
|
||||||
matchAddr: HOST_EXT,
|
matchAddr: HOST_EXT,
|
||||||
matchPort: {
|
matchPort: {
|
||||||
tcp: 10002,
|
tcp: PORT_IDZ.MATCH.TCP,
|
||||||
udpSend: 10003,
|
udpSend: PORT_IDZ.MATCH.UDP_SEND,
|
||||||
udpRecv: 10004,
|
udpRecv: PORT_IDZ.MATCH.UDP_RECV,
|
||||||
},
|
},
|
||||||
tagMatchPort: {
|
tagMatchPort: {
|
||||||
tcp: 10005,
|
tcp: 10005,
|
||||||
|
|||||||
Reference in New Issue
Block a user