diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-18 13:59:48 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-18 13:59:48 +0000 |
commit | 93dc225c4d5571c14bb77d57cc44443b71e16404 (patch) | |
tree | 026b6ee43654ac0d5ab1e2a770c03ec570869c99 /dns/Makefile | |
parent | Add sipsak 0.8.1, small command line tool for SIP testing. (diff) |
Add updatedd 1.8,
dynamic DNS Update Client supporting multiple
services.
Updatedd is a client to update dynamic dns settings.
With the use of the pppd ip-up script it can update
these settings automatically for you.
Updatedd does not run as a daemon.
It is divided into one main program and one plugin for each
supported service. The plugins are dynamic libraries which
are loaded by the main program. So it is possible to remove
support for services you don't need.
Supported Services:
ods.org, dyndns.org, ovh.net, no-ip.org, hn.org
Author: Philipp Benner <philipp_benner (at) gmx (dot) de>
WWW: http://pb.gotdns.org/
PR: 59907
Submitted by: geniusj@ods.org
Notes
Notes:
svn path=/head/; revision=96144
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 0b6d0071f148..632d9d6fc67e 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -60,6 +60,7 @@ SUBDIR += sleuth SUBDIR += staticcharge SUBDIR += totd + SUBDIR += updatedd SUBDIR += walker SUBDIR += weedns_sc SUBDIR += zonecheck |