From db3852e2152dca7dd77e2cfefe5b54151ffb7953 Mon Sep 17 00:00:00 2001 From: Black Swan <3999712+blacks1ne@users.noreply.github.com> Date: Fri, 26 Dec 2025 00:06:55 +0200 Subject: [PATCH] fix firewall default ports to open --- docs/run-node/quick-start.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/run-node/quick-start.md b/docs/run-node/quick-start.md index 0b2425a..11bbf48 100644 --- a/docs/run-node/quick-start.md +++ b/docs/run-node/quick-start.md @@ -12,9 +12,10 @@ Please see the [system requirements](/docs/run-node/system-requirements) section | **Port Range** | **Protocol** | **Purpose** | **Notes** | |----------------------|--------------|--------------------------------------|---------------------------------------------------------------------------| -| 8336, 8340 | UDP or TCP | Network connectivity | Must be open to join the network. | -| 50000-50003* | UDP or TCP | Worker processes libp2p communication | Port range must be opened based on the number of worker processes. | -| 60000-60003* (example for 4 workers) | UDP or TCP | Worker processes streaming communication | Port range must be opened based on the number of worker processes. | +| 8336 | QUIC/UDP or TCP | Master process p2p communication | | +| 8340 | TCP | Master process streaming communication | | +| 50000-50003* | QUIC/UDP or TCP | Worker processes p2p communication | Port range must be opened based on the number of worker processes. | +| 60000-60003* | TCP | Worker processes streaming communication | Port range must be opened based on the number of worker processes. | *Using an example of 4 workers, 1 port for each, starting from the base port.