-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
The DNS page says that .mesh.nycmesh.net is a public equivalent of the .mesh internal TLD, and is supposed to be "available on the entire internet": https://github.com/nycmeshnet/docs/blob/6ed7b1cea987f333d2c919e611c4255408bac978/content/networking/dns.md#top-level-domains
I see that the subdomains resolve from the mesh. However, they do not resolve from the outside Internet. The NS record for mesh.nycmesh.net is ns.mesh.nycmesh.net, which has a single A record, 10.10.10.11.
Some possible solutions to this issue:
- Update the page to clarify that
mesh.nycmesh.netsubdomains only resolve from the mesh. - Add a public IPv4 (A) and/or IPv6 (AAAA) address for
ns.mesh.nycmesh.net(in https://github.com/nycmeshnet/nycmesh-dns)
a.199.167.59.10would seem to be a candidate for this, depending on Public DNS resolver availability #156. - Add a NS record for
mesh.nycmesh.netthat resolves to a public IP address.
Metadata
Metadata
Assignees
Labels
No labels