Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf committed Aug 19, 2016
1 parent a2827bf commit a1bc4d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Expand Up @@ -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"
Expand Down

0 comments on commit a1bc4d0

Please sign in to comment.