2009-08-17 22:14:39 +00:00
|
|
|
# NOTE: This I2P config file must use UTF-8 encoding
|
2009-08-13 22:14:07 +00:00
|
|
|
#
|
|
|
|
# If you have a 'split' directory installation, with configuration
|
|
|
|
# files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to
|
|
|
|
# edit the file in the configuration directory, NOT the install directory.
|
|
|
|
#
|
|
|
|
|
2004-08-19 21:26:11 +00:00
|
|
|
# fire up the web console
|
2010-12-05 19:04:33 +00:00
|
|
|
## There are several choices, here are some examples:
|
|
|
|
## non-SSL, bind to local IPv4 only
|
|
|
|
#clientApp.0.args=7657 127.0.0.1 ./webapps/
|
|
|
|
## non-SSL, bind to local IPv6 only
|
|
|
|
#clientApp.0.args=7657 ::1 ./webapps/
|
|
|
|
## non-SSL, bind to all IPv4 addresses
|
|
|
|
#clientApp.0.args=7657 0.0.0.0 ./webapps/
|
|
|
|
## non-SSL, bind to all IPv6 addresses
|
|
|
|
#clientApp.0.args=7657 :: ./webapps/
|
|
|
|
## For SSL only, change clientApp.4.args below to https://
|
|
|
|
## SSL only
|
|
|
|
#clientApp.0.args=-s 7657 ::1,127.0.0.1 ./webapps/
|
|
|
|
## non-SSL and SSL
|
|
|
|
#clientApp.0.args=7657 ::1,127.0.0.1 -s 7667 ::1,127.0.0.1 ./webapps/
|
|
|
|
## non-SSL only, both IPv6 and IPv4 local interfaces
|
2009-04-08 01:34:12 +00:00
|
|
|
clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/
|
2004-08-19 21:26:11 +00:00
|
|
|
clientApp.0.main=net.i2p.router.web.RouterConsoleRunner
|
2009-11-16 19:15:15 +00:00
|
|
|
clientApp.0.name=I2P Router Console
|
2004-08-19 21:26:11 +00:00
|
|
|
clientApp.0.onBoot=true
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.0.startOnLoad=true
|
2004-08-19 21:26:11 +00:00
|
|
|
|
2008-11-02 21:39:32 +00:00
|
|
|
# SAM bridge
|
2004-08-19 21:26:11 +00:00
|
|
|
clientApp.1.main=net.i2p.sam.SAMBridge
|
2009-11-17 19:55:51 +00:00
|
|
|
clientApp.1.name=SAM application bridge
|
2009-04-08 01:34:12 +00:00
|
|
|
clientApp.1.args=sam.keys 127.0.0.1 7656 i2cp.tcp.host=127.0.0.1 i2cp.tcp.port=7654
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.1.startOnLoad=false
|
2004-08-19 21:26:11 +00:00
|
|
|
|
|
|
|
# poke the i2ptunnels defined in i2ptunnel.config
|
|
|
|
clientApp.2.main=net.i2p.i2ptunnel.TunnelControllerGroup
|
2009-11-17 19:55:51 +00:00
|
|
|
clientApp.2.name=Application tunnels
|
2004-08-19 21:26:11 +00:00
|
|
|
clientApp.2.args=i2ptunnel.config
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.2.startOnLoad=true
|
2004-09-30 06:57:22 +00:00
|
|
|
|
|
|
|
# run our own eepsite with a seperate jetty instance
|
|
|
|
clientApp.3.main=org.mortbay.jetty.Server
|
2009-11-17 19:55:51 +00:00
|
|
|
clientApp.3.name=I2P webserver (eepsite)
|
2009-08-05 19:18:17 +00:00
|
|
|
clientApp.3.args="eepsite/jetty.xml"
|
2004-11-25 21:57:19 +00:00
|
|
|
clientApp.3.delay=30
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.3.startOnLoad=true
|
2004-11-25 21:57:19 +00:00
|
|
|
|
|
|
|
# load a browser pointing at the web console whenever we start up
|
|
|
|
clientApp.4.main=net.i2p.apps.systray.UrlLauncher
|
2009-11-17 19:55:51 +00:00
|
|
|
clientApp.4.name=Open Router Console in web browser at startup
|
2010-11-17 22:26:31 +00:00
|
|
|
clientApp.4.args=http://127.0.0.1:7657/
|
2010-07-06 17:14:41 +00:00
|
|
|
clientApp.4.delay=3
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.4.startOnLoad=true
|
2008-10-08 14:28:35 +00:00
|
|
|
|
2008-11-02 21:39:32 +00:00
|
|
|
# BOB bridge
|
2008-10-08 14:28:35 +00:00
|
|
|
clientApp.5.args=
|
|
|
|
clientApp.5.delay=10
|
|
|
|
clientApp.5.main=net.i2p.BOB.BOB
|
2009-05-11 18:19:56 +00:00
|
|
|
clientApp.5.name=BOB application bridge
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.5.startOnLoad=false
|