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.

94 lines
2.7 KiB

  1. --- a/contrib/i2pd.conf
  2. +++ b/contrib/i2pd.conf
  3. @@ -8,16 +8,16 @@
  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. ## Path to certificates used for verifying .su3, families
  14. ## Default: ~/.i2pd/certificates or /var/lib/i2pd/certificates
  15. -# certsdir = /var/lib/i2pd/certificates
  16. +certsdir = /usr/share/i2pd/certificates
  17. ## Where to write pidfile (default: i2pd.pid, not used in Windows)
  18. # pidfile = /run/i2pd.pid
  19. @@ -35,7 +35,7 @@
  20. # logfile = /var/log/i2pd/i2pd.log
  21. ## Log messages above this level (debug, info, *warn, error, none)
  22. ## If you set it to none, logging will be disabled
  23. -# loglevel = warn
  24. +loglevel = none
  25. ## Write full CLF-formatted date and time to log (default: write only time)
  26. # logclftime = true
  27. @@ -99,9 +99,9 @@ ipv6 = false
  28. [http]
  29. ## Web Console settings
  30. ## Uncomment and set to 'false' to disable Web Console
  31. -# enabled = true
  32. +enabled = true
  33. ## Address and port service will listen on
  34. -address = 127.0.0.1
  35. +address = 192.168.1.1
  36. port = 7070
  37. ## Path to web console, default "/"
  38. # webroot = /
  39. @@ -116,9 +116,9 @@ port = 7070
  40. [httpproxy]
  41. ## Uncomment and set to 'false' to disable HTTP Proxy
  42. -# enabled = true
  43. +enabled = true
  44. ## Address and port service will listen on
  45. -address = 127.0.0.1
  46. +address = 192.168.1.1
  47. port = 4444
  48. ## Optional keys file for proxy local destination
  49. # keys = http-proxy-keys.dat
  50. @@ -130,9 +130,9 @@ port = 4444
  51. [socksproxy]
  52. ## Uncomment and set to 'false' to disable SOCKS Proxy
  53. -# enabled = true
  54. +enabled = true
  55. ## Address and port service will listen on
  56. -address = 127.0.0.1
  57. +address = 192.168.1.1
  58. port = 4447
  59. ## Optional keys file for proxy local destination
  60. # keys = socks-proxy-keys.dat
  61. @@ -146,7 +146,7 @@ port = 4447
  62. [sam]
  63. ## Comment or set to 'false' to disable SAM Bridge
  64. -enabled = true
  65. +enabled = false
  66. ## Address and port service will listen on
  67. # address = 127.0.0.1
  68. # port = 7656
  69. @@ -181,7 +181,7 @@ enabled = true
  70. [upnp]
  71. ## Enable or disable UPnP: automatic port forwarding (enabled by default in WINDOWS, ANDROID)
  72. -# enabled = false
  73. +enabled = false
  74. ## Name i2pd appears in UPnP forwardings list (default = I2Pd)
  75. # name = I2Pd
  76. @@ -222,7 +222,7 @@ verify = true
  77. [limits]
  78. ## Maximum active transit sessions (default:2500)
  79. -# transittunnels = 2500
  80. +transittunnels = 500
  81. ## Limit number of open file descriptors (0 - use system limit)
  82. # openfiles = 0
  83. ## Maximum size of corefile in Kb (0 - use system limit)