- Does it lookup geolocation?
- No — this is format-only validation. For geo-IP, use a dedicated service (MaxMind, ipinfo.io) that queries a geographic database.
- What validations does it run?
- Address format (IPv4/IPv6 syntax), range class (private, loopback, multicast, link-local), and whether it's within a specified CIDR.
- IPv6 zone IDs?
- Yes — link-local addresses like fe80::1%eth0 are parsed with the zone ID preserved. Rare outside local networking, but supported.
- What about IPv4-mapped IPv6?
- Detected (::ffff:a.b.c.d form). The tool notes when an IPv6 address is actually an IPv4 address in IPv6 clothing.