From 6462675091baf0de918f5101f450b7d06b1254fa Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Tue, 26 May 2020 19:01:31 +0100 Subject: [PATCH] enable dual keys --- core/src/main/groovy/com/muwire/core/Core.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index bd57393e..6f96f41c 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -178,6 +178,8 @@ public class Core { i2pOptions["i2np.udp.port"] = String.valueOf(port) i2pOptionsFile.withOutputStream { i2pOptions.store(it, "") } } + + i2pOptions['i2cp.leaseSetEncType']='4,0' if (!props.embeddedRouter) { if (!(I2PAppContext.getGlobalContext() instanceof RouterContext)) {