Commit 76b184f6 authored by 赵啸非's avatar 赵啸非

修改pom文件

parent 618c5b04
......@@ -55,7 +55,7 @@ public class CaptureStartedService implements IApplicationStartedService {
ipv4 = Validator.isIpv4(ip);
log.info("ip:{}, is ipv4:{}", ip, ipv4);
if (ip != null && ip.contains(localHost)) {
bool = true;
bool = false;
break;
// 返回指定的设备对象
//return networkInterface;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment