mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
8 lines
275 B
Plaintext
8 lines
275 B
Plaintext
|
# 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.
|
||
|
DAEMON_OPTS="--host=1.2.3.4 --port=4567"
|
||
|
# change ip and port above to your external address and port
|