From f20cc3f04b446436da51cb55ce75fcabf202a927 Mon Sep 17 00:00:00 2001 From: wipedlifepotato Date: Sun, 14 Sep 2025 23:56:14 +0700 Subject: [PATCH 1/2] fix: fix default value httpproxy.keys, socksproxy.keys --- contrib/i2pd.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/i2pd.conf b/contrib/i2pd.conf index fa6b1f8b..f2652f38 100644 --- a/contrib/i2pd.conf +++ b/contrib/i2pd.conf @@ -142,7 +142,9 @@ ipv6 = false ## Address and port service will listen on (default: 127.0.0.1:4444) # address = 127.0.0.1 # port = 4444 -## Optional keys file for proxy local destination (default: http-proxy-keys.dat) +## Optional keys file for proxy local destination (default: transient-proxy) +## "Transient" means it changes on every new app launch ## +# If you want not change address then set like http-proxy-keys.dat # keys = http-proxy-keys.dat ## Enable address helper for adding .i2p domains with "jump URLs" (default: true) ## You should disable this feature if your i2pd HTTP Proxy is public, @@ -158,7 +160,9 @@ ipv6 = false ## Address and port service will listen on (default: 127.0.0.1:4447) # address = 127.0.0.1 # port = 4447 -## Optional keys file for proxy local destination (default: socks-proxy-keys.dat) +## Optional keys file for proxy local destination (default: transient-proxy) +# "Transient" means it changes on every new app launch ## +# If you don't want the address to change, set a file name like socks-proxy-keys.dat # keys = socks-proxy-keys.dat ## Socks outproxy. Example below is set to use Tor for all connections except i2p ## Enable using of SOCKS outproxy (works only with SOCKS4, default: false) From 842519ec8e7524deab1ff3af205cf903bdbbf6f5 Mon Sep 17 00:00:00 2001 From: wipedlifepotato Date: Sun, 14 Sep 2025 23:59:27 +0700 Subject: [PATCH 2/2] fix: fix default value httpproxy.keys, socksproxy.keys --- contrib/i2pd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/i2pd.conf b/contrib/i2pd.conf index f2652f38..1cc357e2 100644 --- a/contrib/i2pd.conf +++ b/contrib/i2pd.conf @@ -143,7 +143,7 @@ ipv6 = false # address = 127.0.0.1 # port = 4444 ## Optional keys file for proxy local destination (default: transient-proxy) -## "Transient" means it changes on every new app launch ## +## "Transient" means it changes on every new app launch # If you want not change address then set like http-proxy-keys.dat # keys = http-proxy-keys.dat ## Enable address helper for adding .i2p domains with "jump URLs" (default: true) @@ -161,11 +161,11 @@ ipv6 = false # address = 127.0.0.1 # port = 4447 ## Optional keys file for proxy local destination (default: transient-proxy) -# "Transient" means it changes on every new app launch ## +# "Transient" means it changes on every new app launch # If you don't want the address to change, set a file name like socks-proxy-keys.dat # keys = socks-proxy-keys.dat ## Socks outproxy. Example below is set to use Tor for all connections except i2p -## Enable using of SOCKS outproxy (works only with SOCKS4, default: false) +## Enable SOCKS outproxy (works only with SOCKS4, default: false) # outproxy.enabled = false ## Address and port of outproxy # outproxy = 127.0.0.1