blob: 1eacf10c63a0ea2c2a59c4d9016e6c587b0fe730 (
plain)
1
2
3
4
|
This module provides a number IP address validation subs that both validate
and untaint their input. This includes both basic validation (is_ipv4() and
is_ipv6()) and special cases like checking whether an address belongs to a
specific network or whether an address is public or private (reserved).
|