From adae6963523252058e00a98a47b2327d63e97911 Mon Sep 17 00:00:00 2001 From: Kanishk Khurana <74613246+KanishkKhurana@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:00:38 +0400 Subject: [PATCH] chore: fix rpc port config (#66) --- guides/partials/_ports.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/guides/partials/_ports.mdx b/guides/partials/_ports.mdx index 18b1372d0..26f7e0d0a 100644 --- a/guides/partials/_ports.mdx +++ b/guides/partials/_ports.mdx @@ -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 @@ -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. -::: \ No newline at end of file +:::