From 1597fd1214e25ca1f231570e8f724e4052fb17e7 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 14 Jul 2025 08:47:27 -0400 Subject: [PATCH] changed datadir description --- docs/user-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index de59313..d4c5551 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -50,7 +50,7 @@ log | Logs destination: stdout, file, syslog logfile | Path to logfile (default - autodetect) loglevel | Log messages above this level (debug, info, warn, error, none; default - warn) logclftime | Write full CLF-formatted date and time to log (default: false (write only time)) -datadir | Path to storage of i2pd data (RouterInfos, destinations keys, peer profiles, etc ...) +datadir | Path to storage of i2pd data (configs, keys, netdb, peer profiles, etc ...). Can be passed as an agrument only. host | Router external IP for incoming connections (default: auto if SSU2 is enabled) port | Port to listen for incoming connections (default: auto (random)) daemon | Router will go to background after start (default: true)