未验证 提交 234e04c2 编写于 作者: V von gosling 提交者: GitHub

Merge pull request #1625 from duhenglucky/ipv4_first

[ISSUE #1639] use ipv4 first when choosing local IP
......@@ -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.
先完成此消息的编辑!
想要评论请 注册