i2pd.conf 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. ## Configuration file for a typical i2pd user
  2. ## See https://i2pd.readthedocs.io/en/latest/user-guide/configuration/
  3. ## for more options you can use in this file.
  4. #logfile = /sdcard/i2pd/i2pd.log
  5. loglevel = none
  6. #tunnelsdir = /sdcard/i2pd/tunnels.d
  7. # host = 1.2.3.4
  8. # port = 4567
  9. ipv4 = true
  10. ipv6 = false
  11. # ntcp = true
  12. # ntcpproxy = http://127.0.0.1:8118
  13. # ssu = true
  14. bandwidth = L
  15. # share = 100
  16. # notransit = true
  17. # floodfill = true
  18. [ntcp2]
  19. enabled = true
  20. [http]
  21. enabled = true
  22. address = 127.0.0.1
  23. port = 7070
  24. # auth = true
  25. # user = i2pd
  26. # pass = changeme
  27. [httpproxy]
  28. enabled = true
  29. address = 127.0.0.1
  30. port = 4444
  31. inbound.length = 1
  32. inbound.quantity = 5
  33. outbound.length = 1
  34. outbound.quantity = 5
  35. signaturetype=7
  36. keys = proxy-keys.dat
  37. # addresshelper = true
  38. # outproxy = http://false.i2p
  39. ## httpproxy section also accepts I2CP parameters, like "inbound.length" etc.
  40. [socksproxy]
  41. enabled = true
  42. address = 127.0.0.1
  43. port = 4447
  44. keys = proxy-keys.dat
  45. # outproxy.enabled = false
  46. # outproxy = 127.0.0.1
  47. # outproxyport = 9050
  48. ## socksproxy section also accepts I2CP parameters, like "inbound.length" etc.
  49. [sam]
  50. enabled = false
  51. # address = 127.0.0.1
  52. # port = 7656
  53. [precomputation]
  54. elgamal = true
  55. [upnp]
  56. enabled = true
  57. # name = I2Pd
  58. [reseed]
  59. verify = true
  60. ## Path to local reseed data file (.su3) for manual reseeding
  61. # file = /path/to/i2pseeds.su3
  62. ## or HTTPS URL to reseed from
  63. # file = https://legit-website.com/i2pseeds.su3
  64. ## Path to local ZIP file or HTTPS URL to reseed from
  65. # zipfile = /path/to/netDb.zip
  66. ## If you run i2pd behind a proxy server, set proxy server for reseeding here
  67. ## Should be http://address:port or socks://address:port
  68. # proxy = http://127.0.0.1:8118
  69. ## Minimum number of known routers, below which i2pd triggers reseeding. 25 by default
  70. # threshold = 25
  71. [limits]
  72. transittunnels = 50
  73. [persist]
  74. profiles = false