From 2f482e2932e24b1ba1003f5a4285aab95d6e2bce Mon Sep 17 00:00:00 2001 From: Enoch Date: Mon, 29 Jan 2024 16:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8E=89=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E8=BE=93=E5=87=BA=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dns.php | 1 - vendor/workerman/workerman/Protocols/Dns.php | 1 - 2 files changed, 2 deletions(-) diff --git a/Dns.php b/Dns.php index 16d6a1f..134c880 100644 --- a/Dns.php +++ b/Dns.php @@ -463,7 +463,6 @@ switch($type){ break; } $query=substr($data,24,$startbyte-16); -echo $query."\n"; $returndata= json_encode(array('type' => $type, 'name' => "$realname", 'id'=>"$id", 'query'=>"$query")); diff --git a/vendor/workerman/workerman/Protocols/Dns.php b/vendor/workerman/workerman/Protocols/Dns.php index 16d6a1f..134c880 100644 --- a/vendor/workerman/workerman/Protocols/Dns.php +++ b/vendor/workerman/workerman/Protocols/Dns.php @@ -463,7 +463,6 @@ switch($type){ break; } $query=substr($data,24,$startbyte-16); -echo $query."\n"; $returndata= json_encode(array('type' => $type, 'name' => "$realname", 'id'=>"$id", 'query'=>"$query"));