Skip to content

Commit d55ac1e

Browse files
authored
Merge pull request 0xPolygon#655 from 0xsajal/patch-1
Update port-management.md
2 parents 17fd21e + fbdfded commit d55ac1e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/pos/reference/port-management.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,5 @@ This guide provides a detailed list of default ports used across Bor and Heimdal
1818
| Name | Port | Tags | Description |
1919
| ---------------------- | ----- | ------------------------- | --------------------------------------------------------------------------------------------------- |
2020
| Network Listening Port | 26656 | Public | Port used by Heimdall for peer connections and synchronization. |
21-
| RPC Server | 8545 | Can be Public, Internal | RPC port for sending transactions and fetching data. Heimdall uses this port to obtain Bor headers. |
22-
| WebSocket Server | 8546 | Can be Public, Internal | WebSocket port for real-time updates. |
23-
| GraphQL Server | 8547 | Internal | GraphQL port for querying data. |
24-
| Prometheus Server | 9091 | Can be Public, Monitoring | Prometheus APIs for Grafana data source. Can be mapped to ports 80/443 via an Nginx reverse proxy. |
25-
| Grafana Server | 3001 | Can be Public, Monitoring | Grafana web server. Can be mapped to ports 80/443 via an Nginx reverse proxy. |
26-
| Pprof Server | 7071 | Internal, Monitoring | Pprof server for collecting Heimdall metrics. |
27-
| UDP Discovery | 30301 | Can be Public, Internal | Default port for Bootnode peer discovery. |
21+
| RPC Server | 1317 | Can be Public, Internal | RPC port for sending transactions and fetching data. Bor uses this port to interact with Heimdall. |
22+

0 commit comments

Comments
 (0)