From 1fd6701ea28418b257217e938351473992e8ef3a Mon Sep 17 00:00:00 2001 From: MollyM Date: Thu, 23 May 2019 16:46:27 -0700 Subject: [PATCH] explain what dhtclient does --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 261d100cb..a5e6f6af8 100644 --- a/docs/config.md +++ b/docs/config.md @@ -220,7 +220,7 @@ A number of seconds to wait between discovery checks. Contains options for content routing mechanisms. - `Type` -Content routing mode. Can be overridden with daemon `--routing` flag. +Content routing mode. Can be overridden with daemon `--routing` flag. When set to `dhtclient`, the node won't join the DHT but can still use it to find content. Valid modes are: - `dht` (default) - `dhtclient`