mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 23:54:44 +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.';
|
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 '';
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user