diff --git a/Vagrantfile b/Vagrantfile index 8c66450..bc8d48d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,6 +4,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "boxcutter/ubuntu1404" config.vm.synced_folder "~/.identity", "/home/vagrant/.identity", create: true config.vm.synced_folder "~/.gnupg", "/home/vagrant/.gnupg", create: true + config.vm.provider "virtualbox" do |vb| + vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] + vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"] + end config.vm.provision "shell", path: "https://s3-us-west-1.amazonaws.com/raptr-us-west-1/bootstrap" # box-specific