diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2020-05-08 15:39:26 +0800 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2020-05-08 15:39:26 +0800 |
commit | fad7255e85ef7f5ccd4bd73a6bc782687a1c1b99 (patch) | |
tree | cdae1ae0cd4a0c1078c95075abbe4e6cd1874f38 /dns/Makefile | |
parent | 47c1f5ab8d186274221e45de8cb98173c41c9d40 (diff) | |
download | freebsd-ports-gnome-fad7255e85ef7f5ccd4bd73a6bc782687a1c1b99.tar.gz freebsd-ports-gnome-fad7255e85ef7f5ccd4bd73a6bc782687a1c1b99.tar.zst freebsd-ports-gnome-fad7255e85ef7f5ccd4bd73a6bc782687a1c1b99.zip |
DNSControl is an opinionated platform for seamlessly managing your DNS
configuration across any number of DNS hosts, both in the cloud or in your
own infrastructure. It manages all of the domains for the Stack Overflow
network, and can do the same for you!
WWW: https://stackexchange.github.io/dnscontrol/
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 cd1ed1bbcb15..95fb203a9951 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -35,6 +35,7 @@ SUBDIR += dnsblast SUBDIR += dnscap SUBDIR += dnscheckengine + SUBDIR += dnscontrol SUBDIR += dnscrypt-proxy2 SUBDIR += dnscrypt-wrapper SUBDIR += dnsdbck |