dev/Vagrantfile
changeset 4 f55970e41793
parent 1 01a844d292ac
child 18 f2a40bbc27f6
--- 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