Created
January 30, 2015 14:13
-
-
Save cbrunnkvist/8d1172a32e52d5502d51 to your computer and use it in GitHub Desktop.
Avoid some DNS resolver slowness in Vagrant box (..?)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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