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)) {