diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-27 09:44:18 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-27 09:44:18 +0800 |
commit | e044ec0959e473d4a285fd86c668fe5168bd7493 (patch) | |
tree | e07ffedc8bc44b72a44e8f201947c76fd2f52e46 /dns/Makefile | |
parent | a1644fff2f949bc5c13ff37bd9fe8553698e1336 (diff) | |
download | freebsd-ports-gnome-e044ec0959e473d4a285fd86c668fe5168bd7493.tar.gz freebsd-ports-gnome-e044ec0959e473d4a285fd86c668fe5168bd7493.tar.zst freebsd-ports-gnome-e044ec0959e473d4a285fd86c668fe5168bd7493.zip |
New port: dns/coredns: CoreDNS is a DNS server that chains plugins
Thanks to Dmitri Goutnik <dg@syrec.org> for help figuring out how
to make this port to build.
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 478da0cb84ff..16a82d476f61 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -19,6 +19,7 @@ SUBDIR += c-ares SUBDIR += checkdns SUBDIR += cli53 + SUBDIR += coredns SUBDIR += credns SUBDIR += crossip SUBDIR += curvedns |