ethan-s
10/11/2011 - 1:30 AM

Configure Vagrant VM to use Host DNS for VPN

Configure Vagrant VM to use Host DNS for VPN

Vagrant::Config.run do |config|
  # ...

  config.vm.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
end