ipfs.service: add routing note

This commit is contained in:
Aminda Suomalainen 2019-05-01 23:30:12 +03:00
parent ce84c26bcd
commit 4c2b21bbfa
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 5 additions and 0 deletions

View File

@ -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: