From 8db8c6a0281e4a7e89548c0b71fdb7ab55faec24 Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Thu, 4 Feb 2021 13:10:18 -0500 Subject: [PATCH] add SSH tunnel for gitssh.idk.i2p services to i2ptunnel.config files for docker and regular installs --- docker/i2ptunnel.config | 26 ++++++++++++++++++++++++++ installer/resources/i2ptunnel.config | 27 +++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/docker/i2ptunnel.config b/docker/i2ptunnel.config index 8ff8eb3547..2dabde3763 100644 --- a/docker/i2ptunnel.config +++ b/docker/i2ptunnel.config @@ -159,3 +159,29 @@ tunnel.5.option.outbound.length=3 tunnel.5.option.outbound.lengthVariance=0 tunnel.5.startOnLoad=true +# I2P Git Repositories SSH Access +tunnel.6.description=I2P Git Repositories SSH Access +tunnel.6.interface=127.0.0.1 +tunnel.6.listenPort=7670 +tunnel.6.name=gitssh.idk.i2p +tunnel.6.option.i2cp.closeIdleTime=1800000 +tunnel.6.option.i2cp.closeOnIdle=false +tunnel.6.option.i2cp.delayOpen=true +tunnel.6.option.i2cp.destination.sigType=7 +tunnel.6.option.i2cp.newDestOnResume=false +tunnel.6.option.i2cp.reduceIdleTime=1200000 +tunnel.6.option.i2cp.reduceOnIdle=true +tunnel.6.option.i2cp.reduceQuantity=1 +tunnel.6.option.inbound.backupQuantity=1 +tunnel.6.option.inbound.length=3 +tunnel.6.option.inbound.nickname=gitssh.idk.i2p +tunnel.6.option.inbound.quantity=3 +tunnel.6.option.outbound.backupQuantity=1 +tunnel.6.option.outbound.length=3 +tunnel.6.option.outbound.nickname=gitssh.idk.i2p +tunnel.6.option.outbound.quantity=3 +tunnel.6.sharedClient=false +tunnel.6.startOnLoad=false +tunnel.6.targetDestination=gitssh.idk.i2p +tunnel.6.type=client + diff --git a/installer/resources/i2ptunnel.config b/installer/resources/i2ptunnel.config index 2565ffa838..479bd0f11d 100644 --- a/installer/resources/i2ptunnel.config +++ b/installer/resources/i2ptunnel.config @@ -159,3 +159,30 @@ tunnel.5.option.outbound.length=3 tunnel.5.option.outbound.lengthVariance=0 tunnel.5.startOnLoad=true +# I2P Git Repositories SSH Access +tunnel.6.description=I2P Git Repositories SSH Access +tunnel.6.interface=127.0.0.1 +tunnel.6.listenPort=7670 +tunnel.6.name=gitssh.idk.i2p +tunnel.6.option.i2cp.closeIdleTime=1800000 +tunnel.6.option.i2cp.closeOnIdle=false +tunnel.6.option.i2cp.delayOpen=true +tunnel.6.option.i2cp.destination.sigType=7 +tunnel.6.option.i2cp.leaseSetEncType=4,0 +tunnel.6.option.i2cp.newDestOnResume=false +tunnel.6.option.i2cp.reduceIdleTime=1200000 +tunnel.6.option.i2cp.reduceOnIdle=true +tunnel.6.option.i2cp.reduceQuantity=1 +tunnel.6.option.inbound.backupQuantity=1 +tunnel.6.option.inbound.length=3 +tunnel.6.option.inbound.nickname=gitssh.idk.i2p +tunnel.6.option.inbound.quantity=3 +tunnel.6.option.outbound.backupQuantity=1 +tunnel.6.option.outbound.length=3 +tunnel.6.option.outbound.nickname=gitssh.idk.i2p +tunnel.6.option.outbound.quantity=3 +tunnel.6.sharedClient=false +tunnel.6.startOnLoad=false +tunnel.6.targetDestination=gitssh.idk.i2p +tunnel.6.type=client + -- GitLab