mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-25 09:23:48 +01:00
Remove localhost test since it can resolve to either IPv4, IPv6, or both in any particular order
This commit is contained in:
parent
cfe14f2498
commit
c2b10465e7
@ -13,7 +13,6 @@ _ip4_reprs = {
|
|||||||
'3098282570': '184.172.10.74',
|
'3098282570': '184.172.10.74',
|
||||||
'0xb8.0xac.0x0a.0x4a': '184.172.10.74',
|
'0xb8.0xac.0x0a.0x4a': '184.172.10.74',
|
||||||
'0270.0254.0012.0112': '184.172.10.74',
|
'0270.0254.0012.0112': '184.172.10.74',
|
||||||
'localhost': '127.0.0.1'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_ip4_swidths = (1, 8, 22, 27, 32)
|
_ip4_swidths = (1, 8, 22, 27, 32)
|
||||||
|
Loading…
Reference in New Issue
Block a user