Cleaner examples for Namecheap.
This commit is contained in:
parent
362d0492d8
commit
1221296921
1 changed files with 3 additions and 3 deletions
6
ddclient
6
ddclient
|
|
@ -3687,15 +3687,15 @@ The 'namecheap' protocol is used by DNS service offered by www.namecheap.com.
|
||||||
Configuration variables applicable to the 'namecheap' protocol are:
|
Configuration variables applicable to the 'namecheap' protocol are:
|
||||||
protocol=namecheap ##
|
protocol=namecheap ##
|
||||||
server=fqdn.of.service ## defaults to dynamicdns.park-your-domain.com
|
server=fqdn.of.service ## defaults to dynamicdns.park-your-domain.com
|
||||||
login=service-login ## yourdomain.com to update
|
login=service-login ## example.com to update
|
||||||
password=service-password ## Generated password for your dynamic DNS record
|
password=service-password ## Generated password for your dynamic DNS record
|
||||||
hostname ## the hostname to update, use @ for base domain name, * for catch all
|
hostname ## the hostname to update, use @ for base domain name, * for catch all
|
||||||
|
|
||||||
Example ${program}.conf file entries:
|
Example ${program}.conf file entries:
|
||||||
## single host update
|
## single host update
|
||||||
protocol=namecheap \\
|
protocol=namecheap \\
|
||||||
login=youdomain.com \\
|
login=example.com \\
|
||||||
password=generatedyourdomain.com-password \\
|
password=example.com-generated-password \\
|
||||||
@
|
@
|
||||||
|
|
||||||
EoEXAMPLE
|
EoEXAMPLE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue