Skip to content

Commit

Permalink
fix: add va1 bootstrapper
Browse files Browse the repository at this point in the history
Adds the new bootstrapper to the default list
  • Loading branch information
achingbrain committed Oct 9, 2024
1 parent 332580c commit 1b358bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/helia/src/utils/bootstrappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ export const bootstrapConfig = {
'/dnsaddr/bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN',
'/dnsaddr/bootstrap.libp2p.io/p2p/QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb',
'/dnsaddr/bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt',
'/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ'
'/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ',

// va1 is not currently in the TXT records for
// `_dnsaddr.bootstrap.libp2p.io` so add the address manually as it would be
// after resolving the domain name
'/dns/va1.bootstrap.libp2p.io/tcp/443/tls/ws/p2p/12D3KooWKnDdG3iXw9eTFijk3EWSunZcFi54Zka4wmtqtt6rPxc8'
]
}

0 comments on commit 1b358bb

Please sign in to comment.