mirror of https://github.com/ArduPilot/ardupilot
forward X11 traffic by default in Vagrant
This commit is contained in:
parent
dc0ad11f7a
commit
e12581eeb9
|
@ -16,6 +16,7 @@
|
|||
VAGRANTFILE_API_VERSION = "2"
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.ssh.forward_x11 = true
|
||||
|
||||
# Provider-specific configuration so you can fine-tune various
|
||||
# backing providers for Vagrant. These expose provider-specific options.
|
||||
|
|
Loading…
Reference in New Issue