mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 08:43:13 +08:00
Add logic for IP-based dynamic redirects
This commit is contained in:
@@ -14,8 +14,9 @@ use function array_map;
|
||||
use function explode;
|
||||
use function implode;
|
||||
use function Shlinkio\Shlink\Core\ArrayUtils\some;
|
||||
use function str_contains;
|
||||
|
||||
class IpAddressUtils
|
||||
final class IpAddressUtils
|
||||
{
|
||||
/**
|
||||
* Checks if an IP address matches any of provided groups.
|
||||
|
||||
Reference in New Issue
Block a user