mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
ipfs.service: fix explanation of --routing=dht with go-ipfs 0.5.0
Resolves: #67
This commit is contained in:
parent
6b4c302da7
commit
6600e9a4e5
@ -18,9 +18,10 @@ ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dht --enable-gc --enable-na
|
|||||||
# --mount - fuse for /ipfs and /ipns, see
|
# --mount - fuse for /ipfs and /ipns, see
|
||||||
# https://github.com/ipfs/go-ipfs/blob/master/docs/fuse.md as it requires
|
# https://github.com/ipfs/go-ipfs/blob/master/docs/fuse.md as it requires
|
||||||
# some specific config, I am not setting it as default here.
|
# some specific config, I am not setting it as default here.
|
||||||
# --routing=dht - server requests to the network possibly using more
|
# --routing=dht - if the IPFS node is publicly accessible, it serves as
|
||||||
# bandwidth but also making content more findable (as opposed to
|
# `dhtserver` to the network possibly using more bandwidth, but also making
|
||||||
# dhtclient, not serving requests to the network saving bandwidth)
|
# hosted content more findable. Otherwise it will work as `dhtclient` not
|
||||||
|
# serving the network, but also saving bandwidth
|
||||||
# --enable-gc - automatic cleaning of unpinned files per rules in ipfs
|
# --enable-gc - automatic cleaning of unpinned files per rules in ipfs
|
||||||
# config, I think by default two hours or when the repo gets bigger than
|
# config, I think by default two hours or when the repo gets bigger than
|
||||||
# 10G
|
# 10G
|
||||||
|
Loading…
Reference in New Issue
Block a user