multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

Implement `/ipcidr` #97

Open mxinden opened 1 year ago

mxinden commented 1 year ago

Add support for /ipcidr.

See specification added with https://github.com/multiformats/multiaddr/pull/129.

Motivation is to specify address ranges to (a) not announce or (b) not dial in https://github.com/mxinden/rust-libp2p-server/ used as an IPFS bootstrap node.