diff options
author | pi <pi@FreeBSD.org> | 2016-09-05 02:56:53 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-09-05 02:56:53 +0800 |
commit | abedd561518fbe777f204403780c50fa0bfcc667 (patch) | |
tree | 1e0b7e19db7158e9bd83b667469821d194ae7be5 /dns/Makefile | |
parent | 2ef4f341512e758de4e99c5196c38f9c567aebd9 (diff) | |
download | freebsd-ports-gnome-abedd561518fbe777f204403780c50fa0bfcc667.tar.gz freebsd-ports-gnome-abedd561518fbe777f204403780c50fa0bfcc667.tar.zst freebsd-ports-gnome-abedd561518fbe777f204403780c50fa0bfcc667.zip |
New port: dns/knot-resolver
The Knot DNS Resolver is a caching full resolver implementation,
including both a resolver library and a daemon.
WWW: https://www.knot-resolver.cz/
PR: 212215
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com>
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 45d860bff13c..11f7882dc1d2 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -78,6 +78,7 @@ SUBDIR += inadyn-mt SUBDIR += ipcheck SUBDIR += ironsides + SUBDIR += knot-resolver SUBDIR += knot1 SUBDIR += knot2 SUBDIR += ldapdns |