vagrant-landrush / landrush

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

Provide automatic host visibility configuration on Linux #211

Closed hferentschik closed 8 years ago

hferentschik commented 8 years ago

At the moment this is a manual process:

$ sudo apt-get install -y resolvconf dnsmasq
$ sudo sh -c 'echo "server=/vagrant.test/127.0.0.1#10053" > /etc/dnsmasq.d/vagrant-landrush'
$ sudo service dnsmasq restart
hferentschik commented 8 years ago

Resolved via pull request #218