Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Only bind ephemeral ports on localhost (#7838)
Most of our port forwards are created against localhost, except for when exposing the dashboard with a user-specified host. Our socket binding (for ephemeral ports), however, binds against all interfaces. This change modifies ephemeral port binding to only occur on the loopback interface. Signed-off-by: Oliver Gould <ver@buoyant.io>
- Loading branch information