From 93dc225c4d5571c14bb77d57cc44443b71e16404 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Thu, 18 Dec 2003 13:59:48 +0000 Subject: 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 WWW: http://pb.gotdns.org/ PR: 59907 Submitted by: geniusj@ods.org --- dns/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dns/Makefile') 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 -- cgit