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.

15 lines
725 B

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