From f4ee770bcf2243024fa8181dcb1f7094323854ec Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 15 Nov 2006 21:23:52 +0000 Subject: OpenDD is a DynDNS client, written in C, and especially designed for small gateway machines, like a Soekris box. Its main feature is that it does not require any Perl or Python interpreter. It supports HTTPS, can send a mail report, and can run as daemon. It is also very easy to deploy. WWW: http://www.bsdmon.com/wakka/OpenDD PR: ports/105434 Submitted by: Alexander Logvinov --- dns/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dns/Makefile') diff --git a/dns/Makefile b/dns/Makefile index 40d23fa7a602..f59f30393e72 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -65,6 +65,7 @@ SUBDIR += nsping SUBDIR += nss_resinit SUBDIR += odsclient + SUBDIR += opendd SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-EasyDNS -- cgit