diff options
author | tobik <tobik@FreeBSD.org> | 2018-05-19 04:09:20 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-05-19 04:09:20 +0800 |
commit | 57dc9dd0614b419f7bea48893d31678a56dd86c8 (patch) | |
tree | 200d154824b956d0b33bb1b64a76497036a311e6 /dns/Makefile | |
parent | ed77c6c55275d5eebf7ad1c03ea5b172278d64a2 (diff) | |
download | freebsd-ports-graphics-57dc9dd0614b419f7bea48893d31678a56dd86c8.tar.gz freebsd-ports-graphics-57dc9dd0614b419f7bea48893d31678a56dd86c8.tar.zst freebsd-ports-graphics-57dc9dd0614b419f7bea48893d31678a56dd86c8.zip |
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
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |