vagrant-landrush / landrush

A Vagrant plugin that provides a simple DNS server for Vagrant guests
MIT License
666 stars 78 forks source link

Adds an option to specify interface class for ip selection #270

Closed Werelds closed 7 years ago

Werelds commented 7 years ago

By default we look for IPv4 addresses (as that's still the most common use case and is unlikely to change in the near future). If one so desires, we can look explicitly for IPv6 or just any address now though.

Werelds commented 7 years ago

I added an explicit test for #255 @hferentschik - see test/landrush/issues/255.rb. Figured it would be a good idea to do this in order to prevent regressions accidentally.

hferentschik commented 7 years ago

Rebased and merged. Thanks.

hferentschik commented 7 years ago

I added an explicit test for #255 @hferentschik - see test/landrush/issues/255.rb. Figured it would be a good idea to do this in order to prevent regressions accidentally.

:-) +1