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

Add -listen-address and -install-listen-address flags for macOS #322

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    ebfa739 View commit details
    Browse the repository at this point in the history
  2. WIP: Add -listen-address flag for darwin, default to 127.0.0.1

    * In order to allow foreground instances of `puma-dev` on macOS to
    	specify what addresses to listen to, there needs to be a command-line
    	argument that can be used to specify what address the socket should
    	listen on
    tcannonfodder committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    4e98a3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab9384b View commit details
    Browse the repository at this point in the history
  4. Add -install-listen-address flag, defaulted to 0.0.0.0 for compat.

    * This allows users to customize how the service should be installed,
    	defaulting to the current behavior of `0.0.0.0` for compatability
    tcannonfodder committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    11f1fb6 View commit details
    Browse the repository at this point in the history