]> git.mxchange.org Git - friendica.git/commitdiff
make vagrant connect to the outside world on ubuntu
authorhauke <hauke@grlg.org>
Sat, 6 Sep 2014 08:39:23 +0000 (10:39 +0200)
committerhauke <hauke@grlg.org>
Sat, 6 Sep 2014 08:39:23 +0000 (10:39 +0200)
Vagrantfile

index 033cb230c8446ad7eb097aed74f24c29e3249c07..755cf202b4fcd3ae0f57164203bc51909e9aa084 100644 (file)
@@ -89,8 +89,8 @@ Vagrant.configure("2") do |config|
     vb.customize ["guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 10000]
 
     # Prevent VMs running on Ubuntu to lose internet connection
-    vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
-    vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
+    vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
+    vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
 
   end