diff --git a/Vagrantfile b/Vagrantfile index 8a1d3501ff..a481b5518e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -26,6 +26,8 @@ Vagrant.configure(2) do |config| config.vm.provider :virtualbox do |v| v.memory = 2048 v.cpus = 1 + v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] + v.customize ["modifyvm", :id, "--natdnsproxy1", "on"] end config.vm.provision :shell, :path => "vagrant-bootstrap.sh"