From 6600e9a4e5a74a88e48b252c94bab20d8c9273f3 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 1 May 2020 15:19:36 +0300 Subject: [PATCH] ipfs.service: fix explanation of --routing=dht with go-ipfs 0.5.0 Resolves: #67 --- conf/systemd/user/ipfs.service | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/systemd/user/ipfs.service b/conf/systemd/user/ipfs.service index 421dcb94..6ed1e2ce 100644 --- a/conf/systemd/user/ipfs.service +++ b/conf/systemd/user/ipfs.service @@ -18,9 +18,10 @@ ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dht --enable-gc --enable-na # --mount - fuse for /ipfs and /ipns, see # 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. -# --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) +# --routing=dht - if the IPFS node is publicly accessible, it serves as +# `dhtserver` to the network possibly using more bandwidth, but also making +# 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 # config, I think by default two hours or when the repo gets bigger than # 10G