From 57dc9dd0614b419f7bea48893d31678a56dd86c8 Mon Sep 17 00:00:00 2001 From: tobik Date: Fri, 18 May 2018 20:09:20 +0000 Subject: 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 --- dns/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dns/Makefile') diff --git a/dns/Makefile b/dns/Makefile index fa99ca5364c..734836f16d1 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -87,6 +87,7 @@ SUBDIR += inadyn-mt SUBDIR += ipcheck SUBDIR += ironsides + SUBDIR += kadnode SUBDIR += kf5-kdnssd SUBDIR += knot-resolver SUBDIR += knot1 -- cgit