Merge pull request #895 from mattandersen/default-forward-all-nics

Default Port Forwarding to All Host Addresses
This commit is contained in:
Darragh Bailey 2019-02-18 12:19:28 +00:00 committed by GitHub
commit 4d2c26a926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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],