diff --git a/app/Services/WhoisService.php b/app/Services/WhoisService.php index 127174c..d81eff2 100644 --- a/app/Services/WhoisService.php +++ b/app/Services/WhoisService.php @@ -499,7 +499,7 @@ class WhoisService // Check if domain is not found/available $whoisDataLower = strtolower($whoisData); - if (preg_match('/not found|no match|no entries found|no data found|domain not found|no such domain|not registered|available for registration|does not exist|queried object does not exist/i', $whoisDataLower)) { + if (preg_match('/not found|no match|no entries found|no data found|domain not found|no such domain|not registered|available for registration|does not exist|queried object does not exist|is free/i', $whoisDataLower)) { $data['status'][] = 'AVAILABLE'; $data['registrar'] = 'Not Registered'; return $data;