Update ddclient.in

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
pesenise 2022-07-28 11:48:54 +02:00 committed by GitHub
parent d7c858cf28
commit faf2c3b1c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
Configuration variables applicable to the 'keysystems' protocol are:
protocol=keysystems ##
server=www.fqdn.of.service ## defaults to dynamicdns.key-systems.net
password=service-password ## password (token) registered with the service
non-fully.qualified.host ## the host registered with the service.
protocol=keysystems
server=dynamicdns.key-systems.net
password=service-password ## password (token) registered with the service
subdomain.example.com ## the host registered with the service.
Example ${program}.conf file entries:
## single host update
protocol=keysystems, \\\\
password=prettypassword \\\\
myhost
protocol=keysystems, \\\\
password=service-password \\\\
example.com
EoEXAMPLE
}