Too slow for now

This commit is contained in:
Lance Pioch 2024-03-31 00:13:17 -04:00
parent f5a0a0f8ba
commit eda3959748

View File

@ -30,9 +30,8 @@ class CreateNode extends CreateRecord
return 'You currently have a secure connection to the panel.'; return 'You currently have a secure connection to the panel.';
} }
if (!is_ip($state) && !empty($state) && !checkdnsrr("$state.", 'A')) { // if (!is_ip($state) && !empty($state) && !checkdnsrr("$state.", 'A')) {
return 'Your hostname does not appear to have a valid A record.'; // return 'Your hostname does not appear to have a valid A record.';
}
return ''; return '';
}) })