From 08c2b6c5c30777f4da3112a315ae0813e6346d1f Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 29 May 2020 14:44:57 -0400 Subject: [PATCH] Replace dydns.za.net with dyndns.za.net dydns.za.net doesn't appear to exist. --- README.md | 2 +- ddclient | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08ebea1..ba8e366 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Dynamic DNS services currently supported include: Zoneedit - See http://www.zoneedit.com for details. EasyDNS - See http://www.easydns.com for details. NameCheap - See http://www.namecheap.com for details - ConCont - See http://www.dydns.za.net for details + ConCont - See http://www.dyndns.za.net for details DslReports - See http://www.dslreports.com for details Sitelutions - See http://www.sitelutions.com for details Loopia - See http://www.loopia.se for details diff --git a/ddclient b/ddclient index 795f2dd..f477ae0 100755 --- a/ddclient +++ b/ddclient @@ -2952,11 +2952,11 @@ o 'concont' The 'concont' protocol is the protocol used by the content management system ConCont's dydns module. This is currently used by the free -dynamic DNS service offered by Tyrmida at www.dydns.za.net +dynamic DNS service offered by Tyrmida at www.dyndns.za.net Configuration variables applicable to the 'concont' protocol are: protocol=concont ## - server=www.fqdn.of.service ## for example www.dydns.za.net (for most add a www) + server=www.fqdn.of.service ## for example www.dyndns.za.net (for most add a www) login=service-login ## login registered with the service password=service-password ## password registered with the service mx=mail.server.fqdn ## fqdn of the server handling domain\'s mail (leave out for none) @@ -2966,8 +2966,8 @@ Configuration variables applicable to the 'concont' protocol are: Example ${program}.conf file entries: ## single host update protocol=concont, \\ - login=dydns.za.net, \\ - password=my-dydns.za.net-password, \\ + login=dyndns.za.net, \\ + password=my-dyndns.za.net-password, \\ mx=mailserver.fqdn, \\ wildcard=yes \\ myhost.hn.org @@ -4025,7 +4025,7 @@ Configuration variables applicable to the 'dtdns' protocol are: Example ${program}.conf file entries: ## single host update protocol=dtdns, \\ - password=my-dydns.za.net-password, \\ + password=my-dyndns.za.net-password, \\ client=ddclient \\ myhost.dtdns.net