|
...
|
...
|
@@ -131,7 +131,6 @@ class DomainInfo extends Command |
|
|
|
|
|
|
|
//过滤已解析到别的ip的域名
|
|
|
|
if (!$this->check_cname($v['domain'], $servers_ip_info)) {
|
|
|
|
Log::channel('analyze_other')->error('域名 [' . $v['domain'] . '] 已解析到别的IP');
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
...
|
...
|
@@ -189,7 +188,6 @@ class DomainInfo extends Command |
|
|
|
|
|
|
|
//过滤已解析到别的ip的域名
|
|
|
|
if (!$this->check_cname($amp_domain, $servers_ip_info)) {
|
|
|
|
Log::channel('analyze_other')->error('域名 [' . $amp_domain . '] 已解析到别的IP');
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
...
|
...
|
@@ -237,7 +235,7 @@ class DomainInfo extends Command |
|
|
|
|
|
|
|
//过滤已解析到别的ip的域名
|
|
|
|
if (!$this->check_cname($v['custom_domain'], $servers_ip_info)) {
|
|
|
|
Log::channel('analyze_other')->error('域名 [' . $v['custom_domain'] . '] 已解析到别的IP');
|
|
|
|
Log::channel('analyze_other')->error('自定义跳转域名 [' . $v['custom_domain'] . '] 已解析到别的IP');
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|