Commit 7cf35ff
committed
fix: bind validator p2p and rpc to all interfaces
Validator mode left listen addresses at the Tendermint default of
127.0.0.1, making nodes unreachable by peers in containerized
environments. Align with full/archive modes by binding to 0.0.0.0.1 parent 12deb0b commit 7cf35ff
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
249 | 251 | | |
250 | 252 | | |
251 | 253 | | |
| |||
0 commit comments