Skip to content

Instantly share code, notes, and snippets.

@deepaksubu
Forked from mitchellh/gist:1277049
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save deepaksubu/2379d682e1427285b9ac to your computer and use it in GitHub Desktop.

Select an option

Save deepaksubu/2379d682e1427285b9ac 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