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.

18 lines
909 B

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