From ce49b675298c74579cef464344aefa02f4d41c8d Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 24 Jul 2023 10:34:40 +0200 Subject: [PATCH] Update src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md Co-authored-by: Marcin Rataj --- src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md b/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md index 8db6b2ac..b66fad45 100644 --- a/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md +++ b/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md @@ -37,7 +37,7 @@ Thus the only thing that an IPFS bootstrap node needs to do is: - Maintain a healthy Kademlia routing table. - Reply to Kademlia `FIND_NODE` requests based on nodes in its routing table. -Let's dive a bit deeper. In the case of Kubo the addresses of the IPFS bootstrap nodes are shipped within the release binary. +Let's dive a bit deeper. In the case of Kubo the [DNSAddr](https://github.com/multiformats/multiaddr/blob/master/protocols/DNSADDR.md) addresses of the IPFS bootstrap nodes are shipped within the release binary. ``` go // DefaultBootstrapAddresses are the hardcoded bootstrap addresses