https://github.com/zhoreeq/meshname
Meshname, a universal naming system for all IPv6-based mesh networks, including CJDNS and Yggdrasil
https://github.com/zhoreeq/meshname
cjdns dns ipv6 mesh yggdrasil-network
Last synced: 6 days ago
JSON representation
Meshname, a universal naming system for all IPv6-based mesh networks, including CJDNS and Yggdrasil
- Host: GitHub
- URL: https://github.com/zhoreeq/meshname
- Owner: zhoreeq
- License: mit
- Created: 2020-01-19T13:07:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T00:31:53.000Z (about 1 year ago)
- Last Synced: 2025-04-04T21:51:09.411Z (29 days ago)
- Topics: cjdns, dns, ipv6, mesh, yggdrasil-network
- Language: Go
- Homepage:
- Size: 1.01 MB
- Stars: 103
- Watchers: 4
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - zhoreeq/meshname - Meshname, a universal naming system for all IPv6-based mesh networks, including CJDNS and Yggdrasil (others)
README
# meshname
A universal naming system for all IPv6-based mesh networks, including CJDNS and Yggdrasil.
Implements the [Meshname protocol](https://github.com/zhoreeq/meshname/blob/master/protocol.md).## F.A.Q.
- Q: *Is it like a decentralized DNS thing?*
- A: Yeah, sort of. With it you can host your own meshname domains and resolve domains of others.- Q: *Meshname domains are ugly.*
- A: Yes, if you want decentralization, you either have ugly names or a blockchain. Meshname has ugly names, but it works at least!## How to use meshname domains?
Use a full-featured DNS server with the meshname protocol support, i.e. [PopuraDNS](https://github.com/popura-network/PopuraDNS).
For a standalone .meshname stub resolver see `USAGE.md`
## Alternative implementations
[Mario DNS](https://notabug.org/acetone/mario-dns) by acetone, a C++ implementation with a web interface.
[Ruby gem](https://rubygems.org/gems/meshname) by marek22k, [source](https://github.com/marek22k/meshname).
## See also
[YggNS](https://github.com/russian-meshnet/YggNS/blob/master/README.md)