* clients.config: Disable SAM and BOB by default for new installs
This commit is contained in:
@ -3,31 +3,37 @@ clientApp.0.args=7657 127.0.0.1 ./webapps/
|
|||||||
clientApp.0.main=net.i2p.router.web.RouterConsoleRunner
|
clientApp.0.main=net.i2p.router.web.RouterConsoleRunner
|
||||||
clientApp.0.name=webConsole
|
clientApp.0.name=webConsole
|
||||||
clientApp.0.onBoot=true
|
clientApp.0.onBoot=true
|
||||||
|
clientApp.0.startOnLoad=true
|
||||||
|
|
||||||
# start up the SAM bridge so other client apps can connect
|
# SAM bridge
|
||||||
clientApp.1.main=net.i2p.sam.SAMBridge
|
clientApp.1.main=net.i2p.sam.SAMBridge
|
||||||
clientApp.1.name=SAMBridge
|
clientApp.1.name=SAMBridge
|
||||||
clientApp.1.args=sam.keys 127.0.0.1 7656 i2cp.tcp.host=localhost i2cp.tcp.port=7654
|
clientApp.1.args=sam.keys 127.0.0.1 7656 i2cp.tcp.host=localhost i2cp.tcp.port=7654
|
||||||
|
clientApp.1.startOnLoad=false
|
||||||
|
|
||||||
# poke the i2ptunnels defined in i2ptunnel.config
|
# poke the i2ptunnels defined in i2ptunnel.config
|
||||||
clientApp.2.main=net.i2p.i2ptunnel.TunnelControllerGroup
|
clientApp.2.main=net.i2p.i2ptunnel.TunnelControllerGroup
|
||||||
clientApp.2.name=Tunnels
|
clientApp.2.name=Tunnels
|
||||||
clientApp.2.args=i2ptunnel.config
|
clientApp.2.args=i2ptunnel.config
|
||||||
|
clientApp.2.startOnLoad=true
|
||||||
|
|
||||||
# run our own eepsite with a seperate jetty instance
|
# run our own eepsite with a seperate jetty instance
|
||||||
clientApp.3.main=org.mortbay.jetty.Server
|
clientApp.3.main=org.mortbay.jetty.Server
|
||||||
clientApp.3.name=eepsite
|
clientApp.3.name=eepsite
|
||||||
clientApp.3.args=eepsite/jetty.xml
|
clientApp.3.args=eepsite/jetty.xml
|
||||||
clientApp.3.delay=30
|
clientApp.3.delay=30
|
||||||
|
clientApp.3.startOnLoad=true
|
||||||
|
|
||||||
# load a browser pointing at the web console whenever we start up
|
# load a browser pointing at the web console whenever we start up
|
||||||
clientApp.4.main=net.i2p.apps.systray.UrlLauncher
|
clientApp.4.main=net.i2p.apps.systray.UrlLauncher
|
||||||
clientApp.4.name=consoleBrowser
|
clientApp.4.name=consoleBrowser
|
||||||
clientApp.4.args=http://localhost:7657/
|
clientApp.4.args=http://localhost:7657/
|
||||||
clientApp.4.delay=5
|
clientApp.4.delay=5
|
||||||
|
clientApp.4.startOnLoad=true
|
||||||
|
|
||||||
# Start up BOB
|
# BOB bridge
|
||||||
clientApp.5.args=
|
clientApp.5.args=
|
||||||
clientApp.5.delay=10
|
clientApp.5.delay=10
|
||||||
clientApp.5.main=net.i2p.BOB.BOB
|
clientApp.5.main=net.i2p.BOB.BOB
|
||||||
clientApp.5.name=BOB
|
clientApp.5.name=BOB
|
||||||
|
clientApp.5.startOnLoad=false
|
||||||
|
Reference in New Issue
Block a user