mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 23:16:11 +08:00
@ -55,6 +55,11 @@ Get the value of the 'Datastore.Path' key:
|
||||
Set the value of the 'Datastore.Path' key:
|
||||
|
||||
$ ipfs config Datastore.Path ~/.ipfs/datastore
|
||||
|
||||
Set multiple values in the 'Addresses.AppendAnnounce' array:
|
||||
|
||||
$ ipfs config Addresses.AppendAnnounce --json \
|
||||
'["/dns4/a.example.com/tcp/4001", "/dns4/b.example.com/tcp/4002"]'
|
||||
`,
|
||||
},
|
||||
Subcommands: map[string]*cmds.Command{
|
||||
|
Reference in New Issue
Block a user