mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-17 12:41:07 +02:00
Don’t include this by default
This commit is contained in:
parent
3a76fb1c79
commit
233fd50b2b
@ -343,8 +343,6 @@ class Node extends Model
|
|||||||
// pass
|
// pass
|
||||||
}
|
}
|
||||||
|
|
||||||
$ips->add(Endpoint::INADDR_ANY);
|
|
||||||
|
|
||||||
return $ips
|
return $ips
|
||||||
->filter(fn ($ip) => preg_match('/^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}$/', $ip))
|
->filter(fn ($ip) => preg_match('/^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}$/', $ip))
|
||||||
->unique()
|
->unique()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user