BerlinVagrant / vagrant-dns

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

auto ip configuration? #24

Closed igorbernstein closed 7 years ago

igorbernstein commented 10 years ago

Any chance this project can be made to work with or incorporate something like https://github.com/adrienthebo/vagrant-auto_network?

fnordfish commented 10 years ago

sounds great! I have not looked into vagrant-auto_network's code yet, hence I cannot tell how it works. vagrant-dns, however just runs over all configured networks and greps the first private-network available and the corresponding IP. So, if vagrant-auto_network changes vagrant's networking config before vagrant-dns kicks in and the networking changes are propagated to all plugins, this, should work.

fnordfish commented 7 years ago

running vagrant-dns together with vagrant-auto_network for quite a while now. everything works great.