forked from I2P_Developers/i2p.i2p

* new config property to have a tunnel start on load (default=true), so tunnels, er, start on load * use i2ptunnel.config instead of i2ptunnel.cfg (for consistency) * minor refactoring
23 lines
704 B
Plaintext
23 lines
704 B
Plaintext
tunnel.0.description=HTTP proxy for browsing eepsites and the web
|
|
tunnel.0.i2cpHost=localhost
|
|
tunnel.0.i2cpPort=7654
|
|
tunnel.0.interface=127.0.0.1
|
|
tunnel.0.listenPort=4444
|
|
tunnel.0.name=eepProxy
|
|
tunnel.0.option.tunnels.depthInbound=2
|
|
tunnel.0.option.tunnels.numInbound=2
|
|
tunnel.0.proxyList=squid.i2p
|
|
tunnel.0.startOnLoad=true
|
|
tunnel.0.type=httpclient
|
|
tunnel.1.description=IRC proxy to access the anonymous irc net
|
|
tunnel.1.i2cpHost=localhost
|
|
tunnel.1.i2cpPort=7654
|
|
tunnel.1.interface=127.0.0.1
|
|
tunnel.1.listenPort=6668
|
|
tunnel.1.name=ircProxy
|
|
tunnel.1.option.tunnels.depthInbound=2
|
|
tunnel.1.option.tunnels.numInbound=2
|
|
tunnel.1.startOnLoad=true
|
|
tunnel.1.targetDestination=irc.duck.i2p
|
|
tunnel.1.type=client
|