mirror of
https://github.com/nikdoof/mumblepy.git
synced 2025-12-15 23:32:18 +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|
|
Vagrant.configure("2") do |config|
|
||||||
config.vm.box = "base"
|
config.vm.box = "base"
|
||||||
config.vm.provision :shell, :path => ".vagrant/provision.sh"
|
config.vm.provision :shell, :path => ".vagrant/provision.sh"
|
||||||
|
config.vm.network "forwarded_port", guest: 64738, host: 64738
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user