diff --git a/Vagrantfile b/Vagrantfile index 85af1280a2..548ede086f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -76,6 +76,8 @@ Vagrant::VERSION >= "1.1.0" and Vagrant.configure("2") do |config| config.vm.provider :virtualbox do |vb| config.vm.box = BOX_NAME config.vm.box_url = BOX_URI + vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] + vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"] end end