diff -r 2b3247d02769 -r f55970e41793 dev/Vagrantfile --- a/dev/Vagrantfile Wed Jun 24 01:36:46 2015 +0200 +++ b/dev/Vagrantfile Mon Oct 05 17:02:10 2015 +0200 @@ -78,6 +78,7 @@ # config.vm.provider "virtualbox" do |v| v.memory = 512 + v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] end # View the documentation for the provider you are using for more