作者 刘锟

update

@@ -131,7 +131,6 @@ class DomainInfo extends Command @@ -131,7 +131,6 @@ class DomainInfo extends Command
131 131
132 //过滤已解析到别的ip的域名 132 //过滤已解析到别的ip的域名
133 if (!$this->check_cname($v['domain'], $servers_ip_info)) { 133 if (!$this->check_cname($v['domain'], $servers_ip_info)) {
134 - Log::channel('analyze_other')->error('域名 [' . $v['domain'] . '] 已解析到别的IP');  
135 continue; 134 continue;
136 } 135 }
137 136
@@ -189,7 +188,6 @@ class DomainInfo extends Command @@ -189,7 +188,6 @@ class DomainInfo extends Command
189 188
190 //过滤已解析到别的ip的域名 189 //过滤已解析到别的ip的域名
191 if (!$this->check_cname($amp_domain, $servers_ip_info)) { 190 if (!$this->check_cname($amp_domain, $servers_ip_info)) {
192 - Log::channel('analyze_other')->error('域名 [' . $amp_domain . '] 已解析到别的IP');  
193 continue; 191 continue;
194 } 192 }
195 193
@@ -237,7 +235,7 @@ class DomainInfo extends Command @@ -237,7 +235,7 @@ class DomainInfo extends Command
237 235
238 //过滤已解析到别的ip的域名 236 //过滤已解析到别的ip的域名
239 if (!$this->check_cname($v['custom_domain'], $servers_ip_info)) { 237 if (!$this->check_cname($v['custom_domain'], $servers_ip_info)) {
240 - Log::channel('analyze_other')->error('域名 [' . $v['custom_domain'] . '] 已解析到别的IP'); 238 + Log::channel('analyze_other')->error('自定义跳转域名 [' . $v['custom_domain'] . '] 已解析到别的IP');
241 continue; 239 continue;
242 } 240 }
243 241