mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #895 from mattandersen/default-forward-all-nics
Default Port Forwarding to All Host Addresses
This commit is contained in:
commit
4d2c26a926
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user