mirror of
https://github.com/nikdoof/mumblepy.git
synced 2025-12-13 06:22:17 +00:00
Forward the Mumble port.
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user