diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-22 12:06:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-22 12:06:34 +0800 |
commit | ed85dc1a7135b9b09203752834488543729f1ad0 (patch) | |
tree | fd74f48749e4db9478c7f76352ebd4c08c183535 /dns/Makefile | |
parent | 26d1d5e55f036e0ab3d7ced2bb4bc5ca8500e51a (diff) | |
download | freebsd-ports-gnome-ed85dc1a7135b9b09203752834488543729f1ad0.tar.gz freebsd-ports-gnome-ed85dc1a7135b9b09203752834488543729f1ad0.tar.zst freebsd-ports-gnome-ed85dc1a7135b9b09203752834488543729f1ad0.zip |
[NEW PORT] dns/sqldjbdns: DJB dns server with PostgreSQL backend
Sqldjbdns is an authoritative DNS server that pulls its
data directly from a set of SQL tables. It supports fully
dynamic A, MX, TXT, and PTR records, and run-time configurable
static NS and SOA records. It also supports schedule expiry
and introduction of records.
This package also includes dnscache with PostgreSQL backend
PR: ports/71345
Submitted by: Radim Kolar <hsn@netmag.cz>
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 a7254afcffa5..e341f96e6d1b 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -75,6 +75,7 @@ SUBDIR += sheerdns SUBDIR += skadns SUBDIR += sleuth + SUBDIR += sqldjbdns SUBDIR += staticcharge SUBDIR += totd SUBDIR += updatedd |