From 362d0492d8a6194544ef0e461ef5eb0b5c7434b9 Mon Sep 17 00:00:00 2001 From: James Kupke Date: Fri, 8 May 2020 19:52:35 -0400 Subject: [PATCH] Updated Namecheap example --- ddclient | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ddclient b/ddclient index 36e1582..0796558 100755 --- a/ddclient +++ b/ddclient @@ -3687,16 +3687,16 @@ The 'namecheap' protocol is used by DNS service offered by www.namecheap.com. Configuration variables applicable to the 'namecheap' protocol are: protocol=namecheap ## server=fqdn.of.service ## defaults to dynamicdns.park-your-domain.com - login=service-login ## login name and password registered with the service - password=service-password ## - fully.qualified.host ## the hostname to update. + login=service-login ## yourdomain.com to update + password=service-password ## Generated password for your dynamic DNS record + hostname ## the hostname to update, use @ for base domain name, * for catch all Example ${program}.conf file entries: ## single host update protocol=namecheap \\ - login=my-namecheap.com-login \\ - password=my-namecheap.com-password \\ - myhost + login=youdomain.com \\ + password=generatedyourdomain.com-password \\ + @ EoEXAMPLE }