Files
i2p.i2p/installer/java/src/i2ptunnel.config
jrandom 9cc96f45d0 * add a main() to TunnelControllerGroup which can be used as a clientApp.*
* 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
2004-08-14 02:03:45 +00:00

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