diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-08 21:28:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-08 21:28:54 +0800 |
commit | 1857f5007e122f556ae257cf076085e59ae07b3f (patch) | |
tree | eaa9ea7c206b5032480ffcd2f7d49345eeed5618 /dns/Makefile | |
parent | 730df3e1ed8ad68a8f508b43c555d51a2550d369 (diff) | |
download | freebsd-ports-gnome-1857f5007e122f556ae257cf076085e59ae07b3f.tar.gz freebsd-ports-gnome-1857f5007e122f556ae257cf076085e59ae07b3f.tar.zst freebsd-ports-gnome-1857f5007e122f556ae257cf076085e59ae07b3f.zip |
The Four Calorie DNS Server is a very simple dns server that can power a
single one-ip-address domain. It can handle SOA, NS, MX, A, and PTR
requests. The 1.1.0 version includes a nice X windows GUI for management.
WWW: http://www.fourcalorieservers.com/
PR: ports/107624
Submitted by: Ron Scheckelhoff <rscheckelhoff at fourcalorieservers.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 310123fd2e9d..731ff5957341 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -41,6 +41,7 @@ SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns + SUBDIR += fourcdns SUBDIR += fpdns SUBDIR += geta SUBDIR += ghtool |