Skip to content

Commit 2283d8c

Browse files
committed
fix: update known node url
1 parent 08ad0a4 commit 2283d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Look at the `addresses` array in the response. Are any of those IPs/hostnames re
137137
Ask a known public node to report back what it knows about you:
138138

139139
```bash
140-
curl http://node2.oceanprotocol.com:8000/getP2pPeer?peerId=<your-peer-id>
140+
curl https://cp1.oncompute.ai/getP2pPeer?peerId=<your-peer-id>
141141
```
142142

143143
If the response is empty or missing your public address, the node is not reachable from the outside.

0 commit comments

Comments
 (0)