Skip to content

Commit de992a4

Browse files
authored
Update website/src/pages/en/indexing/tooling/graph-node.mdx
1 parent 4ab4ee7 commit de992a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/src/pages/en/indexing/tooling/graph-node.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ When it is running Graph Node exposes the following ports:
8989
>
9090
> - Exposing Graph Node's internal ports can lead to a full system compromise.
9191
> - These ports must remain **private**: JSON-RPC Admin endpoint, Indexing Status API, and PostgreSQL.
92-
> - Only expose 8000 (GraphQL HTTP) and 8001 (GraphQL WebSocket) if needed. Lock everything else down with firewalls or private networks.
92+
> - Do not expose 8000 (GraphQL HTTP) and 8001 (GraphQL WebSocket) directly to the internet. Even though these are used for GraphQL queries, they should ideally be proxied though `indexer-agent` and served behind a production-grade proxy.
93+
> - Lock everything else down with firewalls or private networks.
9394
9495
## Advanced Graph Node configuration
9596

0 commit comments

Comments
 (0)