From 861c263c62c318976a3f83256712e7b4ccf81995 Mon Sep 17 00:00:00 2001 From: oldnick85 Date: Sat, 11 Feb 2023 11:36:47 +0300 Subject: [PATCH] [fix] make visible i2pd SAM port --- i2pd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i2pd.conf b/i2pd.conf index 2c903d1..a76dfae 100644 --- a/i2pd.conf +++ b/i2pd.conf @@ -166,8 +166,8 @@ port = 4447 ## Comment or set to 'false' to disable SAM Bridge enabled = true ## Address and port service will listen on -# address = 127.0.0.1 -# port = 7656 +address = 0.0.0.0 +port = 7656 [bob] ## Uncomment and set to 'true' to enable BOB command channel