Skip to content

Instantly share code, notes, and snippets.

@urakozz
Created July 6, 2015 12:37
Show Gist options
  • Save urakozz/b9b736a8ee5785a92ec5 to your computer and use it in GitHub Desktop.
Save urakozz/b9b736a8ee5785a92ec5 to your computer and use it in GitHub Desktop.
Vagrant slow network
config.vm.provider "virtualbox" do |v|
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
v.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment