mirror of https://github.com/zlatinb/muwire
enable dual keys
parent
5adf8d8276
commit
6462675091
|
@ -178,6 +178,8 @@ public class Core {
|
||||||
i2pOptions["i2np.udp.port"] = String.valueOf(port)
|
i2pOptions["i2np.udp.port"] = String.valueOf(port)
|
||||||
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)) {
|
||||||
|
|
Loading…
Reference in New Issue