https://github.com/n0-computer/iroh-address-lookups
DHT and mDNS-based address lookup for iroh
https://github.com/n0-computer/iroh-address-lookups
Last synced: about 1 month ago
JSON representation
DHT and mDNS-based address lookup for iroh
- Host: GitHub
- URL: https://github.com/n0-computer/iroh-address-lookups
- Owner: n0-computer
- License: apache-2.0
- Created: 2026-04-23T11:23:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-04T14:13:23.000Z (about 1 month ago)
- Last Synced: 2026-05-04T15:13:27.484Z (about 1 month ago)
- Language: Rust
- Size: 1.82 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# iroh-address-lookups
Optional Address Lookup services for [iroh](https://github.com/n0-computer/iroh).
- [`iroh-mainline-address-lookup`](./iroh-mainline-address-lookup/README.md) — pkarr-based publish/lookup over the BitTorrent Mainline DHT.
- [`iroh-mdns-address-lookup`](./iroh-mdns-address-lookup/README.md) — mDNS-based discovery for endpoints on the local network.
## License
Copyright 2025 N0, INC.
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.