From a8a139a39dff31889aa9ca7641fb0635e699cfa3 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 6 Nov 2013 23:58:01 +0000 Subject: [PATCH] Forward the Mumble port. --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 8b72d0e..97dff9e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,4 +4,5 @@ Vagrant.configure("2") do |config| config.vm.box = "base" config.vm.provision :shell, :path => ".vagrant/provision.sh" + config.vm.network "forwarded_port", guest: 64738, host: 64738 end