Skip to content

Instantly share code, notes, and snippets.

@jesseobrien
Created February 11, 2014 16:02
Show Gist options
  • Select an option

  • Save jesseobrien/8937779 to your computer and use it in GitHub Desktop.

Select an option

Save jesseobrien/8937779 to your computer and use it in GitHub Desktop.
If you have networking issues with vagrant, fix them with these!
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment