From 2049e54ee1e72d4a14e25c9f63fae6b213f1ca99 Mon Sep 17 00:00:00 2001 From: oldnick85 Date: Sat, 18 Feb 2023 18:37:54 +0300 Subject: [PATCH] [add] enable i2cp --- i2pd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i2pd.conf b/i2pd.conf index a76dfae..858cefd 100644 --- a/i2pd.conf +++ b/i2pd.conf @@ -178,10 +178,10 @@ port = 7656 [i2cp] ## Uncomment and set to 'true' to enable I2CP protocol -# enabled = false +enabled = true ## Address and port service will listen on -# address = 127.0.0.1 -# port = 7654 +address = 0.0.0.0 +port = 7654 [i2pcontrol] ## Uncomment and set to 'true' to enable I2PControl protocol