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.

83 lines
2.6 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. @@ -26,12 +26,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. @@ -84,7 +84,7 @@ ipv6 = false
  30. ## Router will not accept transit tunnels, disabling transit traffic completely
  31. ## (default = false)
  32. -# notransit = true
  33. +notransit = true
  34. ## Router will be floodfill
  35. ## Note: that mode uses much more network connections and CPU!
  36. @@ -95,8 +95,10 @@ ipv6 = false
  37. ## Uncomment and set to 'false' to disable Web Console
  38. # enabled = true
  39. ## Address and port service will listen on
  40. -address = 127.0.0.1
  41. +address = 192.168.1.1
  42. +# address = ::
  43. port = 7070
  44. +# strictheaders = false
  45. ## Path to web console, default "/"
  46. # webroot = /
  47. ## Uncomment following lines to enable Web Console authentication
  48. @@ -108,7 +110,7 @@ port = 7070
  49. ## Uncomment and set to 'false' to disable HTTP Proxy
  50. # enabled = true
  51. ## Address and port service will listen on
  52. -address = 127.0.0.1
  53. +address = 192.168.1.1
  54. port = 4444
  55. ## Optional keys file for proxy local destination
  56. # keys = http-proxy-keys.dat
  57. @@ -122,7 +124,7 @@ port = 4444
  58. ## Uncomment and set to 'false' to disable SOCKS Proxy
  59. # enabled = true
  60. ## Address and port service will listen on
  61. -address = 127.0.0.1
  62. +address = 192.168.1.1
  63. port = 4447
  64. ## Optional keys file for proxy local destination
  65. # keys = socks-proxy-keys.dat
  66. @@ -237,9 +239,9 @@ verify = true
  67. [persist]
  68. ## Save peer profiles on disk (default: true)
  69. -# profiles = true
  70. +profiles = false
  71. ## Save full addresses on disk (default: true)
  72. -# addressbook = true
  73. +addressbook = false
  74. [cpuext]
  75. ## Use CPU AES-NI instructions set when work with cryptography when available (default: true)