I think the check for HE.NET's IP block is incorrect.
HE.NET hands out tunnels from their 2001:0470::/32 block
Should GetByte(14) be checking for 0x01, not 0x11?
https://github.com/bitcoin/bitcoin/blob/master/src/netbase.cpp#L866-868
I think the check for HE.NET's IP block is incorrect.
HE.NET hands out tunnels from their 2001:0470::/32 block
Should GetByte(14) be checking for 0x01, not 0x11?
https://github.com/bitcoin/bitcoin/blob/master/src/netbase.cpp#L866-868
You're right. Feel free to submit a pull request for this.
This was fixed