mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 20:02:31 +01:00
ipfs.service: use dht routing instead of dhtclient routing
This commit is contained in:
parent
85bd70f382
commit
5128e8646a
@ -10,13 +10,15 @@ After=network.target
|
|||||||
# providers triggers netscan detection, risking account termination"
|
# providers triggers netscan detection, risking account termination"
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dhtclient --enable-gc --enable-namesys-pubsub
|
ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dht --enable-gc --enable-namesys-pubsub
|
||||||
|
|
||||||
# My attempts at explaining flags above + --mount for fuse
|
# My attempts at explaining flags above + --mount for fuse
|
||||||
# --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=dhtclient - not serving requests to the network saving bandwidth
|
# --routing=dht - server requests to the network possibly using more
|
||||||
|
# bandwidth but also making content more findable (as opposed to
|
||||||
|
# dhtclient, not serving requests to the network 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