Updated Namecheap example (#115)

This commit is contained in:
jameskupke 2020-05-10 17:13:08 -04:00 committed by GitHub
parent 18cc3a99e9
commit 7a9991966b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ## the domain of the dynamic DNS record you want to update
password=service-password ## Generated password for your dynamic DNS record
hostname ## the subdomain 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=example.com \\
password=example.com-generated-password \\
@
EoEXAMPLE
}