diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-16 05:23:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-16 05:23:52 +0800 |
commit | f4ee770bcf2243024fa8181dcb1f7094323854ec (patch) | |
tree | 0a8fbd9376ebef878650ff441508db37dfe9f4b3 /dns/Makefile | |
parent | a4737ceccb7b14499bdb2efeefe6c6aec95d9e39 (diff) | |
download | freebsd-ports-gnome-f4ee770bcf2243024fa8181dcb1f7094323854ec.tar.gz freebsd-ports-gnome-f4ee770bcf2243024fa8181dcb1f7094323854ec.tar.zst freebsd-ports-gnome-f4ee770bcf2243024fa8181dcb1f7094323854ec.zip |
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 <ports at logvinov.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 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 |