mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
i2pd: update to 2.58.0
* Updating package to 2.58.0 * Update patch for i2pd.conf Signed-off-by: David Yang <mmyangfl@gmail.com>
This commit is contained in:
committed by
Wesley Gimenes
parent
69bf2443d9
commit
bd3d6e8cc5
@@ -10,14 +10,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=i2pd
|
||||
PKG_VERSION:=2.55.0
|
||||
PKG_VERSION:=2.58.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/PurpleI2P/i2pd
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
PKG_MIRROR_HASH:=9a1884cf5d024da33184b9c7287872fdc37493ff12d5823fef19483182cbd01d
|
||||
PKG_MIRROR_HASH:=e2a8374e12d8df40b35974fd9d7d10b1c37461f41bbdb6ae09c22ecca6da4a53
|
||||
|
||||
PKG_MAINTAINER:=David Yang <mmyangfl@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
@@ -29,36 +29,27 @@
|
||||
## Write full CLF-formatted date and time to log (default: write only time)
|
||||
# logclftime = true
|
||||
|
||||
@@ -118,9 +118,9 @@ ipv6 = false
|
||||
[http]
|
||||
## Web Console settings
|
||||
@@ -120,7 +120,7 @@ ipv6 = false
|
||||
## Enable the Web Console (default: true)
|
||||
-# enabled = true
|
||||
+enabled = true
|
||||
# enabled = true
|
||||
## Address and port service will listen on (default: 127.0.0.1:7070)
|
||||
-# address = 127.0.0.1
|
||||
+address = 192.168.1.1
|
||||
# port = 7070
|
||||
## Path to web console (default: /)
|
||||
# webroot = /
|
||||
@@ -138,9 +138,9 @@ ipv6 = false
|
||||
|
||||
[httpproxy]
|
||||
@@ -140,7 +140,7 @@ ipv6 = false
|
||||
## Enable the HTTP proxy (default: true)
|
||||
-# enabled = true
|
||||
+enabled = true
|
||||
# enabled = true
|
||||
## Address and port service will listen on (default: 127.0.0.1:4444)
|
||||
-# address = 127.0.0.1
|
||||
+address = 192.168.1.1
|
||||
# port = 4444
|
||||
## Optional keys file for proxy local destination (default: http-proxy-keys.dat)
|
||||
# keys = http-proxy-keys.dat
|
||||
@@ -154,9 +154,9 @@ ipv6 = false
|
||||
|
||||
[socksproxy]
|
||||
@@ -156,7 +156,7 @@ ipv6 = false
|
||||
## Enable the SOCKS proxy (default: true)
|
||||
-# enabled = true
|
||||
+enabled = true
|
||||
# enabled = true
|
||||
## Address and port service will listen on (default: 127.0.0.1:4447)
|
||||
-# address = 127.0.0.1
|
||||
+address = 192.168.1.1
|
||||
@@ -74,21 +65,3 @@
|
||||
## Address and ports service will listen on (default: 127.0.0.1:7656, udp: 7655)
|
||||
# address = 127.0.0.1
|
||||
# port = 7656
|
||||
@@ -206,7 +206,7 @@ ipv6 = false
|
||||
|
||||
[upnp]
|
||||
## Enable or disable UPnP: automatic port forwarding (enabled by default in WINDOWS, ANDROID)
|
||||
-# enabled = false
|
||||
+enabled = false
|
||||
## Name i2pd appears in UPnP forwardings list (default: I2Pd)
|
||||
# name = I2Pd
|
||||
|
||||
@@ -248,7 +248,7 @@ verify = true
|
||||
[limits]
|
||||
## Maximum active transit sessions (default: 5000)
|
||||
## This value is doubled if floodfill mode is enabled!
|
||||
-# transittunnels = 5000
|
||||
+transittunnels = 500
|
||||
## Limit number of open file descriptors (0 - use system limit)
|
||||
# openfiles = 0
|
||||
## Maximum size of corefile in Kb (0 - use system limit)
|
||||
|
||||
Reference in New Issue
Block a user