BerlinVagrant / vagrant-dns

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

Document how to make custom domains available in the guest #53

Closed mpdude closed 6 years ago

mpdude commented 7 years ago

By using DNS proxying, the host's DNS resolver (including the DNS server run by this plugin) will be used, instead of simply forwarding DNS settings to the guest.

Fixes #52.

jonashackt commented 6 years ago

LGTM. Having the same usecase - I needed the DNS records inside my Vagrant boxes. And the approach with propagating the host´s DNS resolver to the guest(s) via vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] is working for me.

mpdude commented 6 years ago

🎉