2014-09-19 02:07:41 +00:00
|
|
|
# Defaults for i2pd initscript
|
|
|
|
# sourced by /etc/init.d/i2pd
|
|
|
|
# installed at /etc/default/i2pd by the maintainer scripts
|
2015-12-05 08:41:26 +00:00
|
|
|
I2PD_ENABLED="yes"
|
|
|
|
|
|
|
|
# port to listen for incoming connections
|
2016-05-29 00:00:00 +00:00
|
|
|
# comment this line if you want to use value from config
|
2015-12-05 08:41:26 +00:00
|
|
|
I2PD_PORT="4567"
|
2014-09-19 02:07:41 +00:00
|
|
|
|
|
|
|
# Additional options that are passed to the Daemon.
|
2015-12-05 08:41:26 +00:00
|
|
|
# see possible switches in /usr/share/doc/i2pd/configuration.md.gz
|
|
|
|
DAEMON_OPTS=""
|