Port details |
- kadnode P2P name resolution daemon
- 2.4.1 dns =3 2.3.0_3Version of this port present on the latest quarterly branch.
- Maintainer: moritzwarning@web.de
- Port Added: 2018-05-18 20:09:36
- Last Update: 2025-01-17 12:34:54
- Commit Hash: c19a49d
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: MIT
- WWW:
- https://github.com/mwarning/KadNode/
- Description:
- KadNode finds the IP address of other instances on the Internet or local
network. It is used like DNS, but is based on the decentralized BitTorrent
network.
KadNode intercepts .p2p domain queries on the systems level and resolves them
using a decentralized Kademlia DHT network. Additionally, TLS authentication can
be used to make sure the correct IP address was found. If successful, the IP
address is passed to the application making the request.
Features:
* Support for two kinds of domains:
** public key domains as <public-key>.p2p
*** No need to exchange any further keys/certificates
*** Uses secp256r1 ECC key pairs
** named domains like yourdomain.com.p2p
*** Needs pre-shared certificates (self-signed root certificates or e.g.
Let's Encrypt)
*** Uses TLS session handshake for authentication
* IPv4/IPv6 support
* UPnP/NAT-PMP support
* Local peer discovery
* Small size / ~100KB depending on features / ~50KB compressed
* Command line control program
* NSS support through /etc/nsswitch.conf
* DNS server interface and DNS proxy
** Handles A (IPv4 address),AAAA (IPv6), and SRV requests
* Packages for ArchLinux, Debian, FreeBSD, MacOSX, OpenWrt, Windows
* Peer file import/export on startup/shutdown and every 24h
* Uses sha256 hash method
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/kadnode/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/kadnode
- pkg install kadnode
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kadnode
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736416439
SHA256 (mwarning-KadNode-v2.4.1_GH0.tar.gz) = 748c8917134ad9c127f05a32369aa5726482c9de98d71ef5e722b2a9d588a5e9
SIZE (mwarning-KadNode-v2.4.1_GH0.tar.gz) = 464380
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libmbedtls.so : security/mbedtls3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kadnode-2.4.1:
AUTH=on: Authorization support based on mbedtls
CMD=on: Command line control tool kadnode-ctl
DEBUG=off: Build with debug messages and symbols
DNS=off: Include local DNS interface
LPD=on: Local peer discovery
NATPMP=off: NAT-PMP support (remote port forwarding on the router)
NSS=on: Name Service Switch support to intercept host queries
UPNP=off: UPnP support (remote port forwarding on the router)
===> Use 'make config' to modify these settings
- Options name:
- dns_kadnode
- USES:
- cpe gmake localbase:ldflags
- pkg-message:
- In order to resolve domains using kadnode all over the system, add this
line to your /etc/nsswitch.conf:
hosts: files kadnode dns
If the hosts line already exists, just add kadnode before the dns entry.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.1 17 Jan 2025 12:34:54 |
Robert Clausecker (fuz) Author: Älven |
dns/kadnode: update 2.3.0 -> 2.4.1, un-deprecate
Upstream is alive and active, has 1-st class FreeBSD support.
They had switched to mbedtls3 since version 2.4.0.
Using their ready-to-use port with minor changes:
* Fix files/kadnode.in mode (0755 -> 0644)
* Improve pkg-descr
* Some linting
PR: 283954
Reviewed by: diizzy
Approved by: moritzwarning@web.de (maintainer) |
2.3.0_5 13 Jan 2025 18:32:10 |
Dirk Meyer (dinoex) |
net/miniupnpc: Update to 2.3.0
bump API change |
2.3.0_4 02 Jan 2025 16:31:07 |
Tijl Coosemans (tijl) |
security/mbedtls: Move to security/mbedtls2
The port has expired but isn't removed yet because there are still too
many consumers. Rename it because the name "security/mbedtls" makes it
look like it's the default version.
PR: 283792 |
2.3.0_3 01 Jan 2025 14:01:09 |
Rene Ladan (rene) |
dns/kadnode: expire on 205-03-31 for security/mbedtls |
2.3.0_3 19 Jul 2024 14:35:47 |
Dirk Meyer (dinoex) |
dns/kadnode: fix build with miniupnpc 2.2.8
PR: 280298 |
2.3.0_3 15 Jul 2024 11:45:00 |
Dirk Meyer (dinoex) |
net/miniupnpc: Update to 2.2.8 |
2.3.0_2 22 Jan 2024 10:42:26 |
Muhammad Moinur Rahman (bofh) |
dns/kadnode: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.0_1 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
2.3.0_1 28 Jan 2022 12:14:09 |
Tijl Coosemans (tijl) |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
2.3.0 18 Oct 2021 19:25:54 |
Stefan Eßer (se) |
dns/kadnode: Add CPE information
Approved by: portmgr (blanket) |
2.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.0 19 Mar 2020 08:40:18 |
tobik |
dns/kadnode: Update to 2.3.0
PR: 244020
Submitted by: moritzwarning@web.de (maintainer) |
2.2.5_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.2.5_1 14 Sep 2018 12:04:53 |
tijl |
Update security/mbedtls to 2.13.0 and bump dependent ports. |
2.2.5 26 Aug 2018 02:41:14 |
tobik |
dns/kadnode: Update to 2.2.5
Changes: https://github.com/mwarning/KadNode/releases/tag/v2.2.5
PR: 230900
Submitted by: moritzwarning@web.de (maintainer) |
2.2.3_1 10 Aug 2018 14:23:16 |
tijl |
Update security/mbedtls to 2.12.0 and bump dependent ports.
MFH: 2018Q3
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02 |
2.2.3 21 May 2018 15:17:23 |
tobik |
dns/kadnode: Update to 2.2.3
Changes: https://github.com/mwarning/KadNode/releases/tag/v2.2.3
PR: 228386
Submitted by: moritzwarning@web.de (maintainer) |
2.2.2 20 May 2018 01:08:30 |
tobik |
dns/kadnode: Update to 2.2.2
- Fix variable order in the rc script so that kadnode can actually
start which I broke before ports r470325 [1]
Changes: https://github.com/mwarning/KadNode/releases/tag/v2.2.2
PR: 228368
Pointy hat: tobik [1]
Submitted by: moritzwarning@web.de (maintainer) |
2.2.1 18 May 2018 20:09:21 |
tobik |
New port: dns/kadnode
KadNode is a small decentralized DNS resolver that can use existing
public key infrastructures. It utilizes the BitTorrent P2P network
and mbedtls for TLS/crypto support.
WWW: https://github.com/mwarning/KadNode
PR: 225924
Submitted by: moritzwarning@web.de |