diff --git a/Vagrantfile b/Vagrantfile index 6b3ae37c62..93a2219fa0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -80,6 +80,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