Skip to content

Instantly share code, notes, and snippets.

@papayasoft
Forked from mitchellh/gist:1277049
Created March 21, 2013 09:34
Show Gist options
  • Save papayasoft/5211820 to your computer and use it in GitHub Desktop.
Save papayasoft/5211820 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
# ...
config.vm.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment