This commit is contained in:
tongchenfei
2020-12-25 10:03:00 +08:00
parent c87e75e74c
commit 2b5c2fea45

View File

@@ -125,7 +125,7 @@ class TencentHttpDns implements IMogoHttpDns, HttpDns {
private String tailPort(String ip, int type) {
switch (type) {
case HTTP_DNS_ADDRESS_TYPE_WS:
return ip + ":4003";
return ip + ":4004";
case HTTP_DNS_ADDRESS_TYPE_IM:
return ip + ":4002";
default: