mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Update app/Models/Node.php
This commit is contained in:
@@ -308,6 +308,7 @@ class Node extends Model
|
||||
if ($message->startsWith('cURL error 6: Could not resolve host')) {
|
||||
$message = str('Could not resolve host');
|
||||
}
|
||||
|
||||
if ($message->startsWith('cURL error 28: Failed to connect to ')) {
|
||||
$message = $message->after('cURL error 28: ')->before(' after ');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user