i2pd.conf 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. ## milis ayar dosyası
  2. ## See https://i2pd.readthedocs.org/en/latest/configuration.html
  3. ## for more options you can use in this file.
  4. ## Lines that begin with "## " try to explain what's going on. Lines
  5. ## that begin with just "#" are disabled commands: you can enable them
  6. ## by removing the "#" symbol.
  7. ## Tunnels config file
  8. ## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
  9. #tunconf = /etc/i2pd/tunnels.conf
  10. ## Where to write pidfile (don't write by default)
  11. # pidfile = /var/run/i2pd.pid
  12. ## Logging configuration section
  13. ## By default logs go to stdout with level 'info' and higher
  14. ##
  15. ## Logs destination (valid values: stdout, file, syslog)
  16. ## * stdout - print log entries to stdout
  17. ## * file - log entries to a file
  18. ## * syslog - use syslog, see man 3 syslog
  19. # log = file
  20. ## Path to logfile (default - autodetect)
  21. logfile = /var/log/i2pd.log
  22. ## Log messages above this level (debug, *info, warn, error)
  23. # loglevel = info
  24. ## Path to storage of i2pd data (RI, keys, peer profiles, ...)
  25. ## Default: ~/.i2pd or /var/lib/i2pd
  26. #datadir = /var/lib/i2pd
  27. ## Daemon mode. Router will go to background after start
  28. # daemon = true
  29. ## Run as a service. Router will use system folders like ‘/var/lib/i2pd’
  30. # service = true
  31. ## Specify a family, router belongs to (default - none)
  32. # family =
  33. ## External IP address to listen for connections
  34. ## By default i2pd sets IP automatically
  35. # host = 1.2.3.4
  36. ## Port to listen for connections
  37. ## By default i2pd picks random port. You MUST pick a random number too,
  38. ## don't just uncomment this
  39. # port = 4567
  40. ## Enable communication through ipv4
  41. ipv4 = true
  42. ## Enable communication through ipv6
  43. ipv6 = false
  44. ## Network interface to bind to
  45. # ifname =
  46. ## Enable NTCP transport (default = true)
  47. # ntcp = true
  48. ## Enable SSU transport (default = true)
  49. # ssu = true
  50. ## Should we assume we are behind NAT? (false only in MeshNet)
  51. # nat = true
  52. ## Bandwidth configuration
  53. ## L limit bandwidth to 32Kbs/sec, O - to 256Kbs/sec, P - to 2048Kbs/sec,
  54. ## X - unlimited
  55. ## Default is X for floodfill, L for regular node
  56. # bandwidth = L
  57. ## Router will not accept transit tunnels at startup
  58. # notransit = true
  59. ## Router will be floodfill
  60. # floodfill = true
  61. [limits]
  62. ## Maximum active transit sessions (default:2500)
  63. # transittunnels = 2500
  64. [precomputation]
  65. ## Enable or disable elgamal precomputation table
  66. ## By default, enabled on i386 hosts
  67. # elgamal = true
  68. [upnp]
  69. ## Enable or disable UPnP: automatic port forwarding (enabled by default in WINDOWS, ANDROID)
  70. # enabled = false
  71. ## Name i2pd appears in UPnP forwardings list (default = I2Pd)
  72. # name = I2Pd
  73. [reseed]
  74. ## Enable or disable reseed data verification.
  75. verify = true
  76. ## URLs to request reseed data from, separated by comma
  77. ## Default: "mainline" I2P Network reseeds
  78. # urls = https://reseed.i2p-projekt.de/,https://i2p.mooo.com/netDb/,https://netdb.i2p2.no/
  79. ## Path to local reseed data file (.su3) for manual reseeding
  80. # file = /path/to/i2pseeds.su3
  81. ## or HTTPS URL to reseed from
  82. # file = https://legit-website.com/i2pseeds.su3
  83. [addressbook]
  84. ## AddressBook subscription URL for initial setup
  85. ## Default: inr.i2p at "mainline" I2P Network
  86. defaulturl = http://joajgazyztfssty4w2on5oaqksz6tqoxbduy553y34mf4byv6gpq.b32.i2p/export/alive-hosts.txt
  87. ## Optional subscriptions URLs, separated by comma
  88. subscriptions = http://inr.i2p/export/alive-hosts.txt,http://stats.i2p/cgi-bin/newhosts.txt,http://rus.i2p/hosts.txt
  89. [http]
  90. ## Uncomment and set to 'false' to disable Web Console
  91. # enabled = true
  92. ## Address and port service will listen on
  93. address = 127.0.0.1
  94. port = 7070
  95. [httpproxy]
  96. ## Uncomment and set to 'false' to disable HTTP Proxy
  97. # enabled = true
  98. ## Address and port service will listen on
  99. address = 127.0.0.1
  100. port = 4444
  101. ## Optional keys file for proxy local destination
  102. # keys = http-proxy-keys.dat
  103. [socksproxy]
  104. ## Uncomment and set to 'false' to disable SOCKS Proxy
  105. # enabled = true
  106. ## Address and port service will listen on
  107. address = 127.0.0.1
  108. port = 4447
  109. ## Optional keys file for proxy local destination
  110. # keys = socks-proxy-keys.dat
  111. ## Socks outproxy. Example below is set to use Tor for all connections except i2p
  112. ## Address and port of outproxy
  113. # outproxy = 127.0.0.1
  114. # outproxyport = 9050
  115. [sam]
  116. ## Uncomment and set to 'true' to enable SAM Bridge
  117. # enabled = false
  118. ## Address and port service will listen on
  119. # address = 127.0.0.1
  120. # port = 7656
  121. [bob]
  122. ## Uncomment and set to 'true' to enable BOB command channel
  123. # enabled = false
  124. ## Address and port service will listen on
  125. # address = 127.0.0.1
  126. # port = 2827
  127. [i2cp]
  128. ## Uncomment and set to 'true' to enable I2CP protocol
  129. # enabled = false
  130. ## Address and port service will listen on
  131. # address = 127.0.0.1
  132. # port = 7654
  133. [i2pcontrol]
  134. ## Uncomment and set to 'true' to enable I2PControl protocol
  135. # enabled = false
  136. ## Address and port service will listen on
  137. # address = 127.0.0.1
  138. # port = 7650