update readme
This commit is contained in:
parent
b437d5d0af
commit
5dfeae1096
@ -89,7 +89,9 @@ sudo tcpdump -qenn -i eno1 src port 4001 and not src host 192.168
|
||||
And ipfs reports lots of peers (>100 peers):
|
||||
|
||||
```
|
||||
ipfs swarm peers
|
||||
$ ipfs swarm peers
|
||||
$ sudo nsenter -n -t $(pidof -s ipfs) netstat -tulpan | grep ESTABLISHED | wc -l
|
||||
938
|
||||
```
|
||||
|
||||
Then, when you've shared some stuff via the IPFS, you can try accessing it via
|
||||
|
Loading…
Reference in New Issue
Block a user