mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-17 06:51:08 +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
|
||||
}
|
||||
|
||||
$ips->add(Endpoint::INADDR_ANY);
|
||||
|
||||
return $ips
|
||||
->filter(fn ($ip) => preg_match('/^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}$/', $ip))
|
||||
->unique()
|
||||
|
Loading…
x
Reference in New Issue
Block a user