I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 8b2d27a9 authored by jrandom's avatar jrandom Committed by zzz
Browse files

the client tunnel settings are "tunnels.depthInbound", not "tunnel.depthInbound"

parent 9b31f225
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ tunnel.0.listenPort=4444 ...@@ -7,8 +7,8 @@ tunnel.0.listenPort=4444
tunnel.0.proxyList=squid.i2p,www1.squid.i2p tunnel.0.proxyList=squid.i2p,www1.squid.i2p
tunnel.0.i2cpHost=localhost tunnel.0.i2cpHost=localhost
tunnel.0.i2cpPort=7654 tunnel.0.i2cpPort=7654
tunnel.0.option.tunnel.depthInbound=2 tunnel.0.option.tunnels.depthInbound=2
tunnel.0.option.tunnel.numTunnels=2 tunnel.0.option.tunnels.numTunnels=2
tunnel.0.startOnLoad=true tunnel.0.startOnLoad=true
# irc # irc
...@@ -20,8 +20,8 @@ tunnel.1.listenPort=6668 ...@@ -20,8 +20,8 @@ tunnel.1.listenPort=6668
tunnel.1.targetDestination=irc.duck.i2p tunnel.1.targetDestination=irc.duck.i2p
tunnel.1.i2cpHost=localhost tunnel.1.i2cpHost=localhost
tunnel.1.i2cpPort=7654 tunnel.1.i2cpPort=7654
tunnel.1.option.tunnel.depthInbound=2 tunnel.1.option.tunnels.depthInbound=2
tunnel.1.option.tunnel.numTunnels=2 tunnel.1.option.tunnels.numTunnels=2
tunnel.1.startOnLoad=true tunnel.1.startOnLoad=true
# local eepserver # local eepserver
...@@ -33,6 +33,6 @@ tunnel.1.startOnLoad=true ...@@ -33,6 +33,6 @@ tunnel.1.startOnLoad=true
#tunnel.2.privKeyFile=eepPriv.dat #tunnel.2.privKeyFile=eepPriv.dat
#tunnel.2.i2cpHost=localhost #tunnel.2.i2cpHost=localhost
#tunnel.2.i2cpPort=7654 #tunnel.2.i2cpPort=7654
#tunnel.2.option.tunnel.depthInbound=2 #tunnel.2.option.tunnels.depthInbound=2
#tunnel.2.option.tunnel.numTunnels=2 #tunnel.2.option.tunnels.numTunnels=2
#tunnel.2.startOnLoad=true #tunnel.2.startOnLoad=true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment