helium / erlang-libp2p

An Erlang implementation of libp2p swarms
https://helium.github.io/erlang-libp2p
Apache License 2.0
121 stars 34 forks source link

Bogon fix for IPv6 addresses #369

Closed PaulVMo closed 3 years ago

PaulVMo commented 3 years ago

Assumes all IPv6 addresses are public addresses to fix issue introduced with expanded bogon check. Leaves addition of an IPv6 bogon list as a TO-DO.