[server] 修复bug

This commit is contained in:
zeaslity
2023-02-17 16:24:31 +08:00
parent 9197efc4ec
commit 3c42fff6cf
7 changed files with 154 additions and 59 deletions

View File

@@ -94,13 +94,13 @@ public class ProxyNodeSet {
chengduAgent = ProxyNode
.builder()
.location("Chengdu")
.location("Tokyo")
.num(99)
.publicIPv4("183.220.112.113")
.publicIPv4("34.146.3.239")
.proxyNodeType(ProxyNodeType.EXTERNAL)
.name("chengdu-agent")
.agentName("Chengdu-amd64-77")
.agentTopicName("Chengdu-amd64-77-remote")
.name("tokyo-07")
.agentName("Tokyo-amd64-07")
.agentTopicName("Tokyo-amd64-07-f66a41")
.build();
ProxyNodeMap.put(chengdu.getNum(), chengdu);