Skip to content

Commit

Permalink
Merge pull request moby#1813 from doubleyou/patch-1
Browse files Browse the repository at this point in the history
Improve network performance for VirtualBox
  • Loading branch information
mzdaniel committed Oct 11, 2013
2 parents 42277d0 + e5239b9 commit 6d6097c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d6097c

Please sign in to comment.