You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
975 B

  1. config i2pd
  2. # Make sure your directories have the right owner! (i2pd:i2pd)
  3. # Set where i2pd should store its data (netDB, certificates, addresses,
  4. # etc). By default we store it in RAM so no data is written to ROM.
  5. # If you store data permanently, you may want to enable
  6. # 'profiles = true' and 'addressbook = true' in i2pd.conf.
  7. #### IMPORTANT! ####
  8. # Data is consistently rewritten. DO NOT POINT IT TO INNER ROM. Flash
  9. # will die.
  10. option data_dir '/var/lib/i2pd'
  11. # If you don't store i2pd data permanently, you can still choose to
  12. # store only addressbooks. If not, i2pd will be forced to do HTTP
  13. # reseeding on every start. Storing addressbook may be useful
  14. # if HTTP reseeding is not possible or blocked (by censorship).
  15. # Even addressbook doesn't take up too much space, extroot is still
  16. # strongly recommended to avoid flash wear-out.
  17. # Enable 'addressbook = true' in i2pd.conf to make it take effect.
  18. #option addressbook_dir '/etc/i2pd/addressbook'