Skip to content

Commit 841c8f8

Browse files
committed
address comment on ipfs check
1 parent 24ab3a5 commit 841c8f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/concepts/public-utilities.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@ To increase resilience and implementation diversity, as of 2024, the IPFS Founda
100100

101101
## IPFS Check
102102

103-
[IPFS Check](https://check.ipfs.network) is a tool for debugging retrieval by CID. It works by routing CIDs the DHT and IPNI, and then probing retrieval from the providers for a given CID over both Bitswap and HTTP (depending on the provider's support).
103+
[IPFS Check](https://check.ipfs.network) is a diagnostic tool for debugging retrieval by CID. It works by probing retrieval from either a single provider or a set of providers with Bitswap and HTTP (depending on the provider's support). It supports two modes:
104+
105+
- **Single Provider Mode**: Probes retrieval from a single provider with a given CID and multiaddress.
106+
- **Multi Provider Mode**: Probes retrieval from a set of providers with a given CID. This mode works by routing CIDs the DHT and IPNI, and then probing retrieval from the providers.
104107

105108
The IPFS Foundation provides a hosted version of IPFS Check as a public good, and is available at [check.ipfs.network](https://check.ipfs.network).
106109

0 commit comments

Comments
 (0)