mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-04 15:58:13 +08:00
go-ipfs-config: Capitalized NOTE, first letter of following word
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
parent
7c3d8a108f
commit
ef1a5c04a8
@ -11,7 +11,7 @@ import (
|
||||
// for ipfs. they are nodes run by the ipfs team. docs on these later.
|
||||
// As with all p2p networks, bootstrap is an important security concern.
|
||||
//
|
||||
// Note: this is here -- and not inside cmd/ipfs/init.go -- because of an
|
||||
// NOTE: This is here -- and not inside cmd/ipfs/init.go -- because of an
|
||||
// import dependency issue. TODO: move this into a config/default/ package.
|
||||
var DefaultBootstrapAddresses = []string{
|
||||
"/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ", // mars.i.ipfs.io
|
||||
|
||||
@ -29,7 +29,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
|
||||
conf := &Config{
|
||||
|
||||
// setup the node's default addresses.
|
||||
// Note: two swarm listen addrs, one tcp, one utp.
|
||||
// NOTE: two swarm listen addrs, one tcp, one utp.
|
||||
Addresses: Addresses{
|
||||
Swarm: []string{
|
||||
"/ip4/0.0.0.0/tcp/4001",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user