since your example input ips like: ``` "fe80::/32" ``` the given ipv6 address` "::1" ` ``` print(ip:match("::1")) ``` the the result is `true`, which is obviously not correct? am i miss anything ?
since your example input ips like:
the given ipv6 address
"::1"the the result is
true, which is obviously not correct?am i miss anything ?