mirror of https://github.com/zlatinb/muwire
switch to ecies-only connections
parent
ccf4fa1485
commit
79bc7373be
|
@ -204,7 +204,7 @@ public class Core {
|
||||||
i2pOptionsFile.withOutputStream { i2pOptions.store(it, "") }
|
i2pOptionsFile.withOutputStream { i2pOptions.store(it, "") }
|
||||||
}
|
}
|
||||||
|
|
||||||
i2pOptions['i2cp.leaseSetEncType']='4,0'
|
i2pOptions['i2cp.leaseSetEncType']='4'
|
||||||
|
|
||||||
if (!props.embeddedRouter) {
|
if (!props.embeddedRouter) {
|
||||||
if (!(I2PAppContext.getGlobalContext() instanceof RouterContext)) {
|
if (!(I2PAppContext.getGlobalContext() instanceof RouterContext)) {
|
||||||
|
|
Loading…
Reference in New Issue