From e7d9876118652901e124e8efceeedce7c275d1d5 Mon Sep 17 00:00:00 2001 From: jerzybrzoska <51721153+jerzybrzoska@users.noreply.github.com> Date: Mon, 26 Jul 2021 19:55:01 +0200 Subject: [PATCH] Corrected a typo in configuration.md --- 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 c845a86..b803db1 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -10,7 +10,7 @@ There are two separate config files: `i2pd.conf` and `tunnels.conf`. `i2pd.conf` you configure all options. `tunnels.conf` is the tunnel configuration file, where you configure I2P hidden services and client tunnels. the `tunnels.conf` options are documented [here](tunnels.md). -`i2pd.conf` accets INI-like syntax, such as the following : = . +`i2pd.conf` accepts INI-like syntax, such as the following : = . Comments are "#", not ";" as you might expect. See [boost ticket](https://svn.boost.org/trac/boost/ticket/808) All command-line parameters are allowed as keys, but for those which contains dot (.), there is a special syntax.