mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 15:44:45 +02:00
Too slow for now
This commit is contained in:
parent
f5a0a0f8ba
commit
eda3959748
@ -30,9 +30,8 @@ class CreateNode extends CreateRecord
|
||||
return 'You currently have a secure connection to the panel.';
|
||||
}
|
||||
|
||||
if (!is_ip($state) && !empty($state) && !checkdnsrr("$state.", 'A')) {
|
||||
return 'Your hostname does not appear to have a valid A record.';
|
||||
}
|
||||
// if (!is_ip($state) && !empty($state) && !checkdnsrr("$state.", 'A')) {
|
||||
// return 'Your hostname does not appear to have a valid A record.';
|
||||
|
||||
return '';
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user