Skip to content

Instantly share code, notes, and snippets.

@shellfly
Created September 26, 2014 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shellfly/6f7b0d41d2fa39a9e9ca to your computer and use it in GitHub Desktop.
Save shellfly/6f7b0d41d2fa39a9e9ca to your computer and use it in GitHub Desktop.
speed vagrant network connection
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment