Skip to content

Instantly share code, notes, and snippets.

@john-griffin
Created January 29, 2014 14:40
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 john-griffin/8689316 to your computer and use it in GitHub Desktop.
Save john-griffin/8689316 to your computer and use it in GitHub Desktop.
vagrant config in restricted networks
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