update readme
This commit is contained in:
parent
f7fe4a181d
commit
7e375c2cbe
13
README.md
13
README.md
@ -95,6 +95,19 @@ any available public IPFS gateway (see link below).
|
|||||||
|
|
||||||
It should return the content you've shared quickly.
|
It should return the content you've shared quickly.
|
||||||
|
|
||||||
|
You can also see how many IPFS servers shared your data by running:
|
||||||
|
|
||||||
|
```
|
||||||
|
ipfs dht findprovs QmW...
|
||||||
|
```
|
||||||
|
|
||||||
|
At the first you won't see more than one (your) IPFS server, but try to access
|
||||||
|
it via some public IPFS GW and you will see it is there:
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -sLI https://gateway.ipfs.io/ipfs/QmW...
|
||||||
|
```
|
||||||
|
|
||||||
### Links
|
### Links
|
||||||
|
|
||||||
- https://ipfs.github.io/public-gateway-checker/
|
- https://ipfs.github.io/public-gateway-checker/
|
||||||
|
Loading…
Reference in New Issue
Block a user