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.

90 lines
2.7 KiB

  1. --- a/contrib/i2pd.conf
  2. +++ b/contrib/i2pd.conf
  3. @@ -8,12 +8,12 @@
  4. ## Tunnels config file
  5. ## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
  6. -# tunconf = /var/lib/i2pd/tunnels.conf
  7. +tunconf = /etc/i2pd/tunnels.conf
  8. ## Tunnels config files path
  9. ## Use that path to store separated tunnels in different config files.
  10. ## Default: ~/.i2pd/tunnels.d or /var/lib/i2pd/tunnels.d
  11. -# tunnelsdir = /var/lib/i2pd/tunnels.d
  12. +tunnelsdir = /etc/i2pd/tunnels.d
  13. ## Where to write pidfile (default: i2pd.pid, not used in Windows)
  14. # pidfile = /run/i2pd.pid
  15. @@ -25,12 +25,12 @@
  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. +log = syslog
  21. ## Path to logfile (default - autodetect)
  22. # logfile = /var/log/i2pd/i2pd.log
  23. ## Log messages above this level (debug, info, *warn, error, none)
  24. ## If you set it to none, logging will be disabled
  25. -# loglevel = warn
  26. +loglevel = error
  27. ## Write full CLF-formatted date and time to log (default: write only time)
  28. # logclftime = true
  29. @@ -61,7 +61,7 @@ ipv6 = false
  30. # ifname6 =
  31. ## Enable NTCP transport (default = true)
  32. -# ntcp = true
  33. +ntcp = false
  34. ## If you run i2pd behind a proxy server, you can only use NTCP transport with ntcpproxy option
  35. ## Should be http://address:port or socks://address:port
  36. # ntcpproxy = http://127.0.0.1:8118
  37. @@ -81,7 +81,7 @@ ipv6 = false
  38. ## Router will not accept transit tunnels, disabling transit traffic completely
  39. ## (default = false)
  40. -# notransit = true
  41. +notransit = true
  42. ## Router will be floodfill
  43. # floodfill = true
  44. @@ -91,8 +91,10 @@ ipv6 = false
  45. ## Uncomment and set to 'false' to disable Web Console
  46. # enabled = true
  47. ## Address and port service will listen on
  48. -address = 127.0.0.1
  49. +address = 192.168.1.1
  50. +# address = ::
  51. port = 7070
  52. +# strictheaders = false
  53. ## Path to web console, default "/"
  54. # webroot = /
  55. ## Uncomment following lines to enable Web Console authentication
  56. @@ -104,7 +106,7 @@ port = 7070
  57. ## Uncomment and set to 'false' to disable HTTP Proxy
  58. # enabled = true
  59. ## Address and port service will listen on
  60. -address = 127.0.0.1
  61. +address = 192.168.1.1
  62. port = 4444
  63. ## Optional keys file for proxy local destination
  64. # keys = http-proxy-keys.dat
  65. @@ -118,7 +120,7 @@ port = 4444
  66. ## Uncomment and set to 'false' to disable SOCKS Proxy
  67. # enabled = true
  68. ## Address and port service will listen on
  69. -address = 127.0.0.1
  70. +address = 192.168.1.1
  71. port = 4447
  72. ## Optional keys file for proxy local destination
  73. # keys = socks-proxy-keys.dat
  74. @@ -228,7 +230,8 @@ verify = true
  75. [persist]
  76. ## Save peer profiles on disk (default: true)
  77. -# profiles = true
  78. +profiles = false
  79. +addressbook = false
  80. [cpuext]
  81. ## Use CPU AES-NI instructions set when work with cryptography when available (default: true)