mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
kadnode: update to version 2.4.1
* add new additional peer * add more configuration comments * expose dht_isolation_prefix setting Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
committed by
Rosen Penev
parent
81b26a1540
commit
27fb5f59bb
@@ -2,13 +2,13 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
|
||||
PKG_NAME:=kadnode
|
||||
PKG_VERSION:=2.4.0
|
||||
PKG_VERSION:=2.4.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/mwarning/KadNode
|
||||
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
||||
PKG_MIRROR_HASH:=9e5f503785f5f894f951c747c00586233b75254e91d2555f83b14ee2f07214c9
|
||||
PKG_MIRROR_HASH:=3583e409862982db88545fde721ed59cfc78df8c59ab1a715a621ad657e05248
|
||||
|
||||
PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de>
|
||||
PKG_LICENSE:=MIT
|
||||
|
||||
@@ -37,6 +37,7 @@ config kadnode
|
||||
## Add static peers addresses.
|
||||
list peer 'bttracker.debian.org:6881'
|
||||
list peer 'router.bittorrent.com:6881'
|
||||
list peer 'dht.libtorrent.org:25401'
|
||||
|
||||
## Bind the DHT to this port.
|
||||
# option port '6881'
|
||||
@@ -45,9 +46,11 @@ config kadnode
|
||||
# option ifname 'eth0'
|
||||
|
||||
## Verbosity: quiet, verbose or debug
|
||||
## Default: verbose
|
||||
# option verbosity 'quiet'
|
||||
|
||||
## Local port to accept forwarded requests.
|
||||
## Enabled by default.
|
||||
# option dns_port '3535'
|
||||
|
||||
## Disable multicast peer discovery on the LAN.
|
||||
@@ -56,3 +59,6 @@ config kadnode
|
||||
## Disable port forwarding when this router is behind another
|
||||
## router in a private network that supports UPnP/NAT-PMP.
|
||||
# option fwd_disable '1'
|
||||
|
||||
## Isolate DHT swarn to nodes that use this (base16) prefix.
|
||||
# dht_isolation_prefix '01234'
|
||||
|
||||
Reference in New Issue
Block a user