Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: Only bind ephemeral ports on localhost #7838

Merged
merged 1 commit into from
Feb 8, 2022

Commits on Feb 8, 2022

  1. cli: Only bind ephemeral ports on localhost

    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>
    olix0r committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    177290f View commit details
    Browse the repository at this point in the history