* update default/i2pd and traditional init script

This commit is contained in:
hagen 2015-12-05 08:41:26 +00:00
parent 91aa2d7f6f
commit 45fd95e02b
2 changed files with 17 additions and 4 deletions

8
debian/i2pd.default vendored
View file

@ -1,7 +1,11 @@
# Defaults for i2pd initscript
# sourced by /etc/init.d/i2pd
# installed at /etc/default/i2pd by the maintainer scripts
I2PD_ENABLED="yes"
# port to listen for incoming connections
I2PD_PORT="4567"
# Additional options that are passed to the Daemon.
DAEMON_OPTS="--host=1.2.3.4 --port=4567 --ircdest=irc.postman.i2p"
# change ip and port above to your external address and port
# see possible switches in /usr/share/doc/i2pd/configuration.md.gz
DAEMON_OPTS=""