You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also the localhost ipv6 address cidr matches other addresses: cidrSubnet('::1/128').contains('192.168.0.1') === true
and cidrSubnet('::1/128').contains('::ffff:172.19.0.1') === true
This shouldn't be right I think
Additionally since the address has two
::
I think it's invalid, tooTest in REPL:
The text was updated successfully, but these errors were encountered: