Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Commit 31519c6

Browse files
committed
readme: added links to swarm listener & bootstrap config docs
1 parent 4e848f6 commit 31519c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docker run --name ipfs \
2929
fphammerle/ipfs:latest
3030
```
3131

32-
## Change Swarm Listener Ports
32+
## Change [Swarm Listener Ports](https://github.com/ipfs/go-ipfs/blob/v0.8.0/docs/config.md#addressesswarm)
3333

3434
```sh
3535
docker run -e IPFS_SWARM_ADDRS="/ip4/0.0.0.0/tcp/4021 /ip6/::/tcp/4021"
@@ -41,7 +41,7 @@ docker run -e IPFS_SWARM_ADDRS="/ip4/0.0.0.0/tcp/4021 /ip6/::/tcp/4021" …
4141
docker run -e IPFS_SWARM_ADDRS=""
4242
```
4343

44-
## Add Bootstrap Nodes / Peers
44+
## Add [Bootstrap Nodes / Peers](https://github.com/ipfs/go-ipfs/blob/v0.8.0/docs/config.md#bootstrap)
4545

4646
```sh
4747
docker run -e IPFS_BOOTSTRAP_ADD='/dnsaddr/ipfs1.net/tcp/4001/QmPeerId /dnsaddr/ipfs2.net/tcp/4001/QmPeerId'

0 commit comments

Comments
 (0)