Don’t include this by default

This commit is contained in:
Lance Pioch 2024-07-04 10:24:46 -04:00
parent 3a76fb1c79
commit 233fd50b2b

View File

@ -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()