BerlinVagrant / vagrant-dns

A plugin to manage DNS records for vagrant environments
MIT License
490 stars 50 forks source link

Maybe coredns can be DNS server, which have cross-platform support? #64

Closed Slach closed 3 years ago

Slach commented 4 years ago

i known about current limitations but maybe we can view to coredns for support cross-platform features?

fnordfish commented 3 years ago

The DNS server part is not the issue for cross-platform support. We use rubydns as a server, which is written in ruby (just like vagrant itself). vagrant-dns should just work (as in starting a DNS server on the host) on other platforms, we just don't have a nice way of hooking into the hosts DNS setup. Please see https://github.com/BerlinVagrant/vagrant-dns/blob/master/PLATFORM_SUPPORT.md