mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Default Port Forwarding to All Host Addresses
Change the default scope of port forwarding from localhost to all host devices.
This commit is contained in:
@@ -54,7 +54,7 @@ module VagrantPlugins
|
||||
|
||||
ssh_pid = redirect_port(
|
||||
@env[:machine],
|
||||
fp[:host_ip] || 'localhost',
|
||||
fp[:host_ip] || '*',
|
||||
fp[:host],
|
||||
fp[:guest_ip] || @env[:machine].provider.ssh_info[:host],
|
||||
fp[:guest],
|
||||
|
||||
Reference in New Issue
Block a user