mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 08:34:15 +03:00
fix: accept ip addresses with a zero at the end
This commit is contained in:
@@ -104,8 +104,7 @@ class SiteFactory {
|
||||
!str_starts_with($item, '10.') &&
|
||||
!str_starts_with($item, '172.16.') &&
|
||||
!str_starts_with($item, '192.168.') &&
|
||||
!str_starts_with($item, 'fd') &&
|
||||
!str_ends_with($item, '.0')))
|
||||
!str_starts_with($item, 'fd')))
|
||||
)
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user