Skip to content

Instantly share code, notes, and snippets.

@cbrunnkvist
Created January 30, 2015 14:13
Show Gist options
  • Save cbrunnkvist/8d1172a32e52d5502d51 to your computer and use it in GitHub Desktop.
Save cbrunnkvist/8d1172a32e52d5502d51 to your computer and use it in GitHub Desktop.
Avoid some DNS resolver slowness in Vagrant box (..?)
...
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