Updated Namecheap example (#115)
This commit is contained in:
parent
18cc3a99e9
commit
7a9991966b
1 changed files with 6 additions and 6 deletions
12
ddclient
12
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 ## 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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue