Skip to content

Commit 713f24b

Browse files
committed
update node
1 parent 54ec27e commit 713f24b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

repo/config/bootstrap_peers.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ import (
1414
// NOTE: This is here -- and not inside cmd/ipfs/init.go -- because of an
1515
// import dependency issue. TODO: move this into a config/default/ package.
1616
var DefaultBootstrapAddresses = []string{
17-
"/ip4/61.184.173.13/tcp/4001/ipfs/QmSraCsx5vMGxMcKTnLrY92AVaF2DLijphDGZADpdxCYum", //xianling
18-
"/ip4/221.234.44.17/tcp/9800/ipfs/QmPWDPN8KAybm9AV1xMiYJR17MUd33pNgtHET7SAU7Wkzx", //dl.morequick.net
19-
"/ip4/112.74.197.10/tcp/10001/ipfs/QmPU2xTqv4MuDYrbJTEsnYYGR4ChDaVBVGBUh4yrnwEZ3x", //aliyun
17+
"/ip4/61.184.173.13/tcp/4001/ipfs/QmSraCsx5vMGxMcKTnLrY92AVaF2DLijphDGZADpdxCYum", //xian ling
18+
"/ip4/221.234.44.17/tcp/4001/ipfs/QmVsQLzNz19BWiiSAo6ymfy4rHA2U2vbwBpZqSFvBrZr8m", //dl.morequick.net
19+
"/ip4/58.19.66.28/tcp/4001/QmbYS7VgpsaYdwph8Unjf9JNBcLg8uvHx4c9p77Bcc1CUo", //unicom seed
20+
"/ip4/112.74.197.10/tcp/10001/ipfs/QmPU2xTqv4MuDYrbJTEsnYYGR4ChDaVBVGBUh4yrnwEZ3x", //aliyun [dev]
2021
"/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ", // mars.i.ipfs.io
2122
"/ip4/104.236.176.52/tcp/4001/ipfs/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z", // neptune.i.ipfs.io
2223
"/ip4/104.236.179.241/tcp/4001/ipfs/QmSoLPppuBtQSGwKDZT2M73ULpjvfd3aZ6ha4oFGL1KrGM", // pluto.i.ipfs.io

0 commit comments

Comments
 (0)