From 27fb5f59bbea4fae1202860882689a234e1d8b8d Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Tue, 7 Jan 2025 00:45:13 +0100 Subject: [PATCH] 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 --- net/kadnode/Makefile | 4 ++-- net/kadnode/files/kadnode.config | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net/kadnode/Makefile b/net/kadnode/Makefile index 67b0c94860..3529447ca9 100644 --- a/net/kadnode/Makefile +++ b/net/kadnode/Makefile @@ -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 PKG_LICENSE:=MIT diff --git a/net/kadnode/files/kadnode.config b/net/kadnode/files/kadnode.config index 3a79fc55b8..f37710b4dc 100755 --- a/net/kadnode/files/kadnode.config +++ b/net/kadnode/files/kadnode.config @@ -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' -- 2.30.2