Skip to content

Commit 1c49942

Browse files
committed
Merge pull request #3053 from dajohi/master
Hurricane Electric uses block 2001:470::, not 2011:470::
2 parents 15b48ab + a5e685b commit 1c49942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netbase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ std::vector<unsigned char> CNetAddr::GetGroup() const
864864
nBits = 4;
865865
}
866866
// for he.net, use /36 groups
867-
else if (GetByte(15) == 0x20 && GetByte(14) == 0x11 && GetByte(13) == 0x04 && GetByte(12) == 0x70)
867+
else if (GetByte(15) == 0x20 && GetByte(14) == 0x01 && GetByte(13) == 0x04 && GetByte(12) == 0x70)
868868
nBits = 36;
869869
// for the rest of the IPv6 network, use /32 groups
870870
else

0 commit comments

Comments
 (0)