Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/guide/node/system-requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ We do not recommend using a cloud firewall / NAT gateway as it can introduce add
|------|----------|---------|--------|
| 30303 | TCP/UDP | Execution P2P | Public |
| 8000 | TCP | Consensus P2P | Validators only |
| 8545 | TCP | HTTP RPC | Optional |
| 8546 | TCP | WebSocket RPC | Optional |
| 8545 | TCP | HTTP RPC | Optional (internal for validators) |
| 8546 | TCP | WebSocket RPC | Optional (internal for validators) |
| 9000 | TCP | Metrics | Internal |
Loading