Remove localhost test since it can resolve to either IPv4, IPv6, or both in any particular order

This commit is contained in:
Scott Kuhl 2020-10-17 15:56:23 -04:00
parent cfe14f2498
commit c2b10465e7

View File

@ -13,7 +13,6 @@ _ip4_reprs = {
'3098282570': '184.172.10.74',
'0xb8.0xac.0x0a.0x4a': '184.172.10.74',
'0270.0254.0012.0112': '184.172.10.74',
'localhost': '127.0.0.1'
}
_ip4_swidths = (1, 8, 22, 27, 32)