Skip to content

Comments

chore: allow configuration of debug server listen address#124

Merged
avalonche merged 3 commits intoflashbots:mainfrom
danyalprout:param-listen-addr
Mar 5, 2025
Merged

chore: allow configuration of debug server listen address#124
avalonche merged 3 commits intoflashbots:mainfrom
danyalprout:param-listen-addr

Conversation

@danyalprout
Copy link
Contributor

@danyalprout danyalprout commented Mar 2, 2025

Description

Allow the configuration of the address which the debug server listens on. There are certain runtimes (e.g. docker compose), where each container is in its own networking space and to be able to communicate between the containers requires services to listen on 0.0.0.0 instead of 127.0.0.1.

I've kept the default as 127.0.0.1 as it works on k8s and is the most restrictive.

@danyalprout danyalprout changed the title Param listen addr chore: allow configuration of debuf Mar 2, 2025
@danyalprout danyalprout changed the title chore: allow configuration of debuf chore: allow configuration of debug server listen address Mar 2, 2025
Copy link
Collaborator

@avalonche avalonche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll be great if you could update .env.example and relevant sections in the README

@avalonche avalonche merged commit 850ad8c into flashbots:main Mar 5, 2025
3 checks passed
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Feb 11, 2026
…listen-addr

chore: allow configuration of debug server listen address
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Feb 13, 2026
…listen-addr

chore: allow configuration of debug server listen address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants