mirror of https://github.com/zlatinb/muwire
enable dual keys
parent
5adf8d8276
commit
6462675091
|
@ -179,6 +179,8 @@ public class Core {
|
||||||
i2pOptionsFile.withOutputStream { i2pOptions.store(it, "") }
|
i2pOptionsFile.withOutputStream { i2pOptions.store(it, "") }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i2pOptions['i2cp.leaseSetEncType']='4,0'
|
||||||
|
|
||||||
if (!props.embeddedRouter) {
|
if (!props.embeddedRouter) {
|
||||||
if (!(I2PAppContext.getGlobalContext() instanceof RouterContext)) {
|
if (!(I2PAppContext.getGlobalContext() instanceof RouterContext)) {
|
||||||
log.info "Initializing I2P context"
|
log.info "Initializing I2P context"
|
||||||
|
|
Loading…
Reference in New Issue