mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-23 18:54:28 +01:00
ipfs.service: add routing note
This commit is contained in:
parent
ce84c26bcd
commit
4c2b21bbfa
@ -33,6 +33,11 @@ ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dhtclient --enable-gc --ena
|
||||
# ipfs config --json Experimental.FilestoreEnabled true - for ipfs add
|
||||
# --nocopy to not store the content twice on disc
|
||||
#
|
||||
# Routing note: dhtclient may cause problems making the content findable
|
||||
# even if it uses less bandwitdh, so it may be better to use
|
||||
# dht everywhere if that isn't a problem. dht also breaks
|
||||
# LowWater/HighWater limits.
|
||||
#
|
||||
# I am using badger datastore.
|
||||
#
|
||||
# Extra: to disable IPv4 connections:
|
||||
|
Loading…
Reference in New Issue
Block a user