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
127.0.0.1/8 refers to only a single IPv4 address "127.0.0.1" that have
the subnet mask 255.255.255.0, but doesn't to 127.0.0.2.
127.0.0.0/8, which is the exact definition of the loopback addresses
[1][2], includes what the regex says (127.0.0.0-127.255.255.255).
[1] https://tools.ietf.org/html/rfc1122
[2] https://tools.ietf.org/html/rfc6890
0 commit comments