mirror of https://github.com/flarum/flarum
Try to fix VM network issues that caused crashes in NPM and APT.
parent
4bd1c27af0
commit
10e6e975e6
|
@ -124,8 +124,8 @@ Vagrant.configure("2") do |config|
|
||||||
vb.customize ["guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 10000]
|
vb.customize ["guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 10000]
|
||||||
|
|
||||||
# Prevent VMs running on Ubuntu to lose internet connection
|
# Prevent VMs running on Ubuntu to lose internet connection
|
||||||
# vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
||||||
# vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
|
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue