23 lines
492 B
Plaintext
23 lines
492 B
Plaintext
# initial router.config
|
|
# temp directory
|
|
i2p.dir.temp=/data/data/net.i2p.router/files/tmp
|
|
i2p.dir.pid=/data/data/net.i2p.router/files/tmp
|
|
# save memory
|
|
prng.buffers=2
|
|
router.decayingBloomFilterM=20
|
|
stat.full=false
|
|
i2np.udp.maxConnections=30
|
|
# no I2CP
|
|
i2p.dummyClientFacade=true
|
|
# for now
|
|
#i2np.ntcp.enable=false
|
|
#
|
|
# UDP crashes the JVM, don't know why
|
|
#
|
|
i2np.udp.enable=false
|
|
# no COMM at all!!!
|
|
#i2p.vmCommSystem=true
|
|
# not on android
|
|
i2np.upnp.enable=false
|
|
routerconsole.geoip.enable=false
|