Commit 11d403f
authored
flashbox-l1: drop BuilderNet endpoints in maintenance mode (#165)
BuilderNet IPs are allowlisted in PRODUCTION_OUT and torn down on toggle
via toggle-config PRODUCTION_ENDPOINTS, but were missing the MAINTENANCE_OUT
drop that the Flashbots tx-stream endpoints already have.
Because MAINTENANCE_OUT accepts HTTPS to any IP (catch-all), the BuilderNet
endpoints -- which carry the tx-stream side channel on 443 -- were reachable
in maintenance mode, contradicting their production-only intent. Add the drop
before the accept-all rules, mirroring the Flashbots Protect tx-stream
treatment.
flashbox-l2 reviewed: it has no BuilderNet endpoints (production-only egress
is the simulator, already dropped in maintenance), so no change needed there.1 parent d006fa2 commit 11d403f
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| |||
0 commit comments