vagrant-landrush / landrush

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

Upstream DNS should not default to 8.8.8.8 #254

Closed bexelbie closed 8 years ago

bexelbie commented 8 years ago

I work in an environment where unapproved DNS requests are blocked. Therefore landrush breaks for me in its default configuration.

I believe that the default should be to use the upstream resolvers as specified on the host and that 8.8.8.8 should only be used as a fall back.

For Linux, this should be what is in /etc/resolv.conf. I'd need to check OS X, but I believe the same is true. I am not sure about Windows.

comments?

njam commented 8 years ago

Agree!

I think it's the same as https://github.com/vagrant-landrush/landrush/issues/60 ?

bexelbie commented 8 years ago

Yes, it is similar to #60 - oops.