作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !2665
@@ -113,7 +113,7 @@ class DomainInfo extends Command @@ -113,7 +113,7 @@ class DomainInfo extends Command
113 } else { 113 } else {
114 //除自建站项目外,记录已解析到别的ip的域名 114 //除自建站项目外,记录已解析到别的ip的域名
115 if (!check_domain_record($v['domain'], $servers_ip_info)) { 115 if (!check_domain_record($v['domain'], $servers_ip_info)) {
116 - Log::channel('analyze_other')->error('域名 [' . $v['domain'] . '] 已解析到别的IP'); 116 + Log::channel('analyze_other')->error('服务器ID [' . $servers_ip_info['servers_id'] . '] 域名 [' . $v['domain'] . '] 已解析到别的IP');
117 continue; 117 continue;
118 } 118 }
119 119
@@ -166,7 +166,7 @@ class DomainInfo extends Command @@ -166,7 +166,7 @@ class DomainInfo extends Command
166 if ($servers_ip_info['servers_id'] != ServerConfig::SELF_SITE_ID) { 166 if ($servers_ip_info['servers_id'] != ServerConfig::SELF_SITE_ID) {
167 //过滤已解析到别的ip的AMP域名 167 //过滤已解析到别的ip的AMP域名
168 if (!check_domain_record($amp_domain, $servers_ip_info)) { 168 if (!check_domain_record($amp_domain, $servers_ip_info)) {
169 - Log::channel('analyze_other')->error('AMP域名 [' . $amp_domain . '] 已解析到别的IP'); 169 + Log::channel('analyze_other')->error('服务器ID [' . $servers_ip_info['servers_id'] . '] AMP域名 [' . $amp_domain . '] 已解析到别的IP');
170 continue; 170 continue;
171 } 171 }
172 } 172 }
@@ -324,7 +324,7 @@ class DomainInfo extends Command @@ -324,7 +324,7 @@ class DomainInfo extends Command
324 324
325 //过滤已解析到别的ip的域名 325 //过滤已解析到别的ip的域名
326 if (!check_domain_record($v['custom_domain'], $servers_ip_info)) { 326 if (!check_domain_record($v['custom_domain'], $servers_ip_info)) {
327 - Log::channel('analyze_other')->error('自定义跳转域名 [' . $v['custom_domain'] . '] 已解析到别的IP'); 327 + Log::channel('analyze_other')->error('服务器ID [' . $servers_ip_info['servers_id'] . '] 自定义跳转域名 [' . $v['custom_domain'] . '] 已解析到别的IP');
328 continue; 328 continue;
329 } 329 }
330 330