Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See fix here:https://discuss.zerotier.com/t/new-dns-features-dont-appear-to-work/982/7

macOS DNS resolution

On macOS, common command line DNS tools like dig, host, and nslookup don’t know about these types of resolvers, and do not work with ZeroTier Managed DNS.

Here are some macOS specific alternatives:

dns-sd -G v4v6 host.example.com

dscacheutil -q host -a name host.example.com

ping and curl should work too.

Alternatively

It’s also possible to put your ZeroTier Managed IP Addresses in public DNS. That is, purchase a domain name from a registrar and create A and/or AAAA records that point to your virtual IP addresses.

...