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

Configurable bind addrs #471

Merged
merged 11 commits into from
Apr 18, 2024
Merged

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    f659022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6323f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58eac29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    279530e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ba763c View commit details
    Browse the repository at this point in the history
  6. revert to daemons listening to 127.0.0.1 by default

    clients can not connect to `0.0.0.0` on windows.
    Michael-J-Ward committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4af82a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Revert "revert to daemons listening to 127.0.0.1 by default"

    This reverts commit 4af82a4.
    phil-opp committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e76f497 View commit details
    Browse the repository at this point in the history
  2. Revert "update dora_coordinator::start to return bound addr instead o…

    …f just the port"
    
    This reverts commit 1ba763c.
    phil-opp committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6115ddb View commit details
    Browse the repository at this point in the history
  3. Fix: Use peer_addr of incoming daemon register request for listen s…

    …ocket
    
    We are not interested in the local bind address of the daemon. Instead, we want to use the IP address under which the daemon is available from other machines.
    
    This should also avoids the issue that connecting to 0.0.0.0 is not possible on Windows (we want to use 0.0.0.0 as default bind address).
    phil-opp committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    01707fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9bfafd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    431d72c View commit details
    Browse the repository at this point in the history