提交 48379e4b 编写于 作者: D duhenglucky

fix(util) make ipv4 first when choosing local IP

上级 44569e4d
......@@ -547,8 +547,6 @@ public class UtilAll {
if (ipV6Check(ipByte)) {
if (!isInternalV6IP(ip)) {
return ipByte;
} else if (internalIP == null) {
internalIP = ipByte;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册