Skip to content

Commit

Permalink
chore: fix rpc port config (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
KanishkKhurana authored Dec 9, 2024
1 parent 0dbdef0 commit adae696
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions guides/partials/_ports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ The Node process requires the following ports:

### RPC (`4x30-4x39`)

- HTTP: `4230 (TCP)`
- WebSocket / WebTransport?

### DHT (`4x40-4x49`)

- UDP: `4340 (UDP)`
- HTTP: `4240 (TCP)`
- Pinger: `4350 (UDP)`

### Broadcast

Expand All @@ -53,4 +49,4 @@ The Node process requires the following ports:

:::caution required
The ports should be freed before launching the node process. Any blockers or firewalls should be configured to enable the ports.
:::
:::

0 comments on commit adae696

Please sign in to comment.