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.

92 lines
2.8 KiB

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