forked from I2P_Developers/i2p.i2p
Clarified purpose of the default IRC tunnel (it's not a "proxy")
This commit is contained in:
@@ -28,8 +28,8 @@ tunnel.0.option.outbound.lengthVariance=0
|
||||
tunnel.0.startOnLoad=true
|
||||
|
||||
# irc
|
||||
tunnel.1.name=IRC Proxy
|
||||
tunnel.1.description=IRC proxy to access anonymous IRC servers
|
||||
tunnel.1.name=Irc2P
|
||||
tunnel.1.description=IRC tunnel to access the Irc2P network
|
||||
tunnel.1.type=ircclient
|
||||
tunnel.1.sharedClient=false
|
||||
tunnel.1.interface=127.0.0.1
|
||||
@@ -37,8 +37,8 @@ tunnel.1.listenPort=6668
|
||||
tunnel.1.targetDestination=irc.postman.i2p,irc.freshcoffee.i2p,irc.echelon.i2p
|
||||
tunnel.1.i2cpHost=127.0.0.1
|
||||
tunnel.1.i2cpPort=7654
|
||||
tunnel.1.option.inbound.nickname=IRC Proxy
|
||||
tunnel.1.option.outbound.nickname=IRC Proxy
|
||||
tunnel.1.option.inbound.nickname=Irc2P
|
||||
tunnel.1.option.outbound.nickname=Irc2P
|
||||
tunnel.1.option.i2cp.closeIdleTime=1200000
|
||||
tunnel.1.option.i2cp.closeOnIdle=true
|
||||
tunnel.1.option.i2cp.delayOpen=true
|
||||
|
||||
Reference in New Issue
Block a user