From dab147fbaa9559bffd5d825927786435aa58efff Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Mon, 20 Oct 2025 10:43:09 +0200 Subject: [PATCH] Update network-ports.mdx --- docs/network-ports.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/network-ports.mdx b/docs/network-ports.mdx index 989779a..7464290 100644 --- a/docs/network-ports.mdx +++ b/docs/network-ports.mdx @@ -16,6 +16,7 @@ Ports open for connections from outside the TDX instance. | Port | Protocol | Service | Use | | ----- | ----------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | | 5544 | TCP (HTTPS) | HAProxy | Receive orderflow from builder nodes and Flashbots. Fwd to orderflow-proxy on port 5542. | +| 6000 | TCP | Optimistic v3 | Relay requesting payload from builder. | | 9000 | TCP/UDP | [Lighthouse](https://lighthouse-book.sigmaprime.io/advanced_networking.html) | Consensus network peering. | | 30303 | TCP | [Reth](https://reth.rs/run/ports.html) | Execution network peering. |