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
|
|
|
|
|
|
|
|
# Additional options that are passed to the Daemon.
|
2015-11-27 12:09:31 +00:00
|
|
|
DAEMON_OPTS="--host=1.2.3.4 --port=4567 --ircdest=irc.postman.i2p"
|
2014-09-19 02:07:41 +00:00
|
|
|
# change ip and port above to your external address and port
|