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: 1. Update the page to clarify that `mesh.nycmesh.net` subdomains only resolve from the mesh. 2. 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.10` would seem to be a candidate for this, depending on #156. 4. Add a NS record for `mesh.nycmesh.net` that resolves to a public IP address.
The DNS page says that
.mesh.nycmesh.netis a public equivalent of the.meshinternal TLD, and is supposed to be "available on the entire internet": https://github.com/nycmeshnet/docs/blob/6ed7b1cea987f333d2c919e611c4255408bac978/content/networking/dns.md#top-level-domainsI see that the subdomains resolve from the mesh. However, they do not resolve from the outside Internet. The
NSrecord formesh.nycmesh.netisns.mesh.nycmesh.net, which has a single A record,10.10.10.11.Some possible solutions to this issue:
mesh.nycmesh.netsubdomains only resolve from the mesh.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.mesh.nycmesh.netthat resolves to a public IP address.