mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
make vagrant connect to the outside world on ubuntu
This commit is contained in:
parent
191595766d
commit
5f9845d235
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue