idz: Use Switchboard config for some ports

This commit is contained in:
Tau
2020-09-01 01:10:31 +00:00
committed by Tau
parent 941f858b15
commit 587f73518d
+4 -4
View File
@@ -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,