diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index 071f6235..4b2560f5 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -129,6 +129,7 @@ public class Core { log.info("launching embedded router") Properties routerProps = new Properties() routerProps.setProperty("i2p.dir.config", home.getAbsolutePath()) + routerProps.setProperty("router.excludePeerCaps", "KLM") routerProps.setProperty("i2np.inboundKBytesPerSecond", String.valueOf(props.inBw)) routerProps.setProperty("i2np.outboundKBytesPerSecond", String.valueOf(props.outBw)) routerProps.setProperty("i2cp.disableInterface", "true")