optimism icon indicating copy to clipboard operation
optimism copied to clipboard

go: default to RPC 127.0.0.1

Open protolambda opened this issue 4 months ago • 0 comments

Services all default to binding the RPC to 0.0.0.0 currently. It's considered better to default to 127.0.0.1 to not accidentally expose an RPC publicly, like many L1 clients do. This may break existing configurations, so this change should be coupled to a release, and goes into many releases (op-batcher/op-propoiser/op-challenger/op-node/op-conductor to name a few).

protolambda avatar Jun 17 '25 20:06 protolambda