From bf158924cd12d2aeda1fa113fa6b45644339a214 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 24 Jul 2023 10:34:17 +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 6f242507..8db6b2ac 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 @@ -52,7 +52,7 @@ var DefaultBootstrapAddresses = []string{ } ``` -See [`bootstrap_peers.go` on github.com/ipfs/kubo](https://github.com/ipfs/kubo/blob/4a5e99d7eaeada5596a0686fe93d4fa2da212452/config/bootstrap_peers.go#L11C1-L24C2). +See [`bootstrap_peers.go` on github.com/ipfs/kubo](https://github.com/ipfs/kubo/blob/v0.21.0/config/bootstrap_peers.go#L11C1-L24C2). One can translate those `/dnsaddr/...` through iterative DNS queries. For example below for the node with the peer ID `QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb`. This IPFS bootstrap node is running Kubo.