kadnode: update to version 2.4.1
authorMoritz Warning <moritzwarning@web.de>
Mon, 6 Jan 2025 23:45:13 +0000 (00:45 +0100)
committerRosen Penev <rosenp@gmail.com>
Tue, 7 Jan 2025 03:23:13 +0000 (19:23 -0800)
* add new additional peer
* add more configuration comments
* expose dht_isolation_prefix setting

Signed-off-by: Moritz Warning <moritzwarning@web.de>
net/kadnode/Makefile
net/kadnode/files/kadnode.config

index 67b0c948606f403e8762bafc1e139dd356170190..3529447ca952492ae82c5ad93b34ccfde1aa562f 100644 (file)
@@ -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
index 3a79fc55b8a60b667163129968fcd61f6de2277e..f37710b4dc01362b0a37a379289ca1df2f2db92f 100755 (executable)
@@ -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'