Peergos / nabu

A minimal Java implementation of IPFS
MIT License
59 stars 11 forks source link

Fix addresses we announce via Identify with wildcards #61

Closed ianopolous closed 10 months ago

ianopolous commented 10 months ago

If we are listening on a wildcard address we need to expand it, and find all the matching interfaces and their ip addresses.

Add a test to verify this to EmbeddedIpfsTest