File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ import (
14
14
// NOTE: This is here -- and not inside cmd/ipfs/init.go -- because of an
15
15
// import dependency issue. TODO: move this into a config/default/ package.
16
16
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]
20
21
"/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ" , // mars.i.ipfs.io
21
22
"/ip4/104.236.176.52/tcp/4001/ipfs/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z" , // neptune.i.ipfs.io
22
23
"/ip4/104.236.179.241/tcp/4001/ipfs/QmSoLPppuBtQSGwKDZT2M73ULpjvfd3aZ6ha4oFGL1KrGM" , // pluto.i.ipfs.io
You can’t perform that action at this time.
0 commit comments