Created
February 11, 2014 16:02
-
-
Save jesseobrien/8937779 to your computer and use it in GitHub Desktop.
If you have networking issues with vagrant, fix them with these!
This file contains hidden or 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