Update ddclient.in
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
d7c858cf28
commit
faf2c3b1c9
1 changed files with 7 additions and 7 deletions
10
ddclient.in
10
ddclient.in
|
|
@ -7001,16 +7001,16 @@ dynamic DNS service offered by www.domaindiscount24.com and www.rrpproxy.net.
|
||||||
Check https://www.domaindiscount24.com/faq/en/dynamic-dns for API
|
Check https://www.domaindiscount24.com/faq/en/dynamic-dns for API
|
||||||
|
|
||||||
Configuration variables applicable to the 'keysystems' protocol are:
|
Configuration variables applicable to the 'keysystems' protocol are:
|
||||||
protocol=keysystems ##
|
protocol=keysystems
|
||||||
server=www.fqdn.of.service ## defaults to dynamicdns.key-systems.net
|
server=dynamicdns.key-systems.net
|
||||||
password=service-password ## password (token) registered with the service
|
password=service-password ## password (token) registered with the service
|
||||||
non-fully.qualified.host ## the host registered with the service.
|
subdomain.example.com ## the host registered with the service.
|
||||||
|
|
||||||
Example ${program}.conf file entries:
|
Example ${program}.conf file entries:
|
||||||
## single host update
|
## single host update
|
||||||
protocol=keysystems, \\\\
|
protocol=keysystems, \\\\
|
||||||
password=prettypassword \\\\
|
password=service-password \\\\
|
||||||
myhost
|
example.com
|
||||||
|
|
||||||
EoEXAMPLE
|
EoEXAMPLE
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue