From d0e5d0ce8adf2dbbe81041d65ea8349573f18400 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 10 Jun 2019 08:55:44 +0100 Subject: [PATCH] set default i2cp options if none present --- core/src/main/groovy/com/muwire/core/Core.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index 90ba2fcb..75d9818a 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -103,6 +103,8 @@ public class Core { i2pOptions["inbound.quantity"] = "2" i2pOptions["outbound.length"] = "3" i2pOptions["outbound.quantity"] = "2" + i2pOptions["i2cp.tcp.host"] = "127.0.0.1" + i2pOptions["i2cp.tcp.port"] = "7654" } // options like tunnel length and quantity