1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00
openwrt-packages/net/i2pd/files/i2pd.config
R4SAS I2P ac27fffff9
i2pd: Update to 2.40.0 and update package sources
* Updating i2pd package to 2.40.0
* Rewrite Makefile
* Remove usage of PKG_INSTALL (package's make install)
* Rewrite init.rc configuration and script
* Remove '--service' option from init, which only sets datadir to /var/lib/i2pd
* Use '--datadir' option in init, otherwise datadir changing via uci is not works
* Update patch for i2pd.conf

Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
2022-01-14 12:46:37 +00:00

21 lines
955 B
Plaintext

config i2pd
# Set where i2pd should store its data (netDB, certificates, addresses, etc)
# By default we store it in RAM so no data is written to ROM.
# IMPORTANT!
# Data is consistently rewritten. DO NOT POINT IT TO INNER ROM. Flash will
# die.
option data_dir '/var/lib/i2pd'
# If you don't store i2pd data permanently, you can still choose to store only
# netDb. If not, i2pd will be forced to do HTTP reseeding on every start.
# Storing netDb may be useful if HTTP reseeding is not possible or blocked
# (by censorship).
# Even netDb doesn't take up too much space, extroot is still strongly
# recommended to avoid flash wear-out.
#option netdb_dir '/etc/i2pd/netDb'
# Also you can store permanently addressbook, which is used for accessing
# to i2p addresses using human-understandable addresses in .i2p zone.
# If not, it will be fetched from subscription at start after 3 minutes.
#option addressbook_dir '/etc/i2pd/addressbook'