BerlinVagrant / vagrant-dns

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

Rework IP lookup to skip networkconfigs without IP #50

Closed fnordfish closed 7 years ago

fnordfish commented 7 years ago

When looking for the box's IP address, networks without a known IP (like dhcp) will be skipped. Additionally, if no "private network" configuration was found, "public network" configurations will be searched as well.

The fallback to '127.0.0.1', when no IP could be found, has been removed. Instead, a warning will shown.

ref #39 and #37