From 04b24bb0d16b5edceb4f0b2c02ce2df6cd79a2c7 Mon Sep 17 00:00:00 2001 From: Waterticket Date: Sun, 6 Jul 2025 02:49:25 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=ED=95=9C=EA=B5=AD=20MX=20=EB=A0=88?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EA=B2=80=EC=A6=9D=EC=8B=9C=20=EB=8F=84?= =?UTF-8?q?=EB=A9=94=EC=9D=B8=EC=9D=B4=20=EC=95=84=EB=8B=8C=20MX=20?= =?UTF-8?q?=EB=A0=88=EC=BD=94=EB=93=9C=EC=9D=98=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=ED=94=BC=EB=A1=9C=20=EA=B2=80=EC=A6=9D=ED=95=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/framework/Korea.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/framework/Korea.php b/common/framework/Korea.php index 774cda049..b7d57089d 100644 --- a/common/framework/Korea.php +++ b/common/framework/Korea.php @@ -349,7 +349,7 @@ class Korea return self::$_domain_cache[$domain] = false; } } - foreach (self::_getDNSRecords($domain, \DNS_A) as $mx_ip) + foreach (self::_getDNSRecords($mx, \DNS_A) as $mx_ip) { return self::$_domain_cache[$domain] = self::isKoreanIP($mx_ip); }