From bc9848185d3aba84b7472c860a9079f41b5d746a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 15 Sep 2019 14:40:44 +0300 Subject: [PATCH] i2pd: increase tunnel lengths to 2 in hope of better NAT evading --- etc/i2pd/tunnels.conf.d/yggdrasil-in.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/i2pd/tunnels.conf.d/yggdrasil-in.conf b/etc/i2pd/tunnels.conf.d/yggdrasil-in.conf index c1b56532..bbf92f8c 100644 --- a/etc/i2pd/tunnels.conf.d/yggdrasil-in.conf +++ b/etc/i2pd/tunnels.conf.d/yggdrasil-in.conf @@ -3,5 +3,5 @@ type = server host = 127.0.0.1 port = 63412 keys = yggdrasil-in.dat -inbound.length = 1 -outbound.length = 1 +inbound.length = 2 +outbound.length = 2