|
|
@@ -85,7 +85,7 @@ class Server extends Controller
|
|
|
$str[] = "第" . $i . "次执行完毕\r\n\r\n";
|
|
|
echo implode("\r\n", $str);
|
|
|
|
|
|
- Curl::post("https://www.phplife.net/ping.php", ['str' => implode("\r\n", $ips)]);
|
|
|
+ Curl::post("https://www.phplife.net/ping.php", ['str' => "节点检查结果:\r\n".implode("\r\n", $ips)]);
|
|
|
// file_put_contents("/root/update.txt", implode("\r\n", $str),FILE_APPEND);
|
|
|
// file_put_contents("/root/dns.txt", var_export($recode_data));
|
|
|
$i++;
|