myaddr: simplify docs

This commit is contained in:
Brian 2025-01-09 23:24:08 -05:00
parent 3c70c18c06
commit f4d11644e7
2 changed files with 5 additions and 5 deletions

View file

@ -235,8 +235,8 @@ pid=@runstatedir@/ddclient.pid # record PID in file.
## Myaddr (myaddr.tools)
##
# protocol=myaddr
# password=key
# name-used-for-logging-only
# password=private-key
# myname.myaddr.tools
##
## MyOnlinePortal (http://myonlineportal.net)

View file

@ -5647,15 +5647,15 @@ The 'myaddr' protocol is used by the DNS service offered by myaddr.tools.
Configuration variables applicable to the 'myaddr' protocol are:
protocol=myaddr
password=key ## the private key corresponding to the domain to
password=private-key ## the private key corresponding to the domain to
## update
name-used-for-logging-only ## a name (not used by the service; the above key
myname.myaddr.tools ## a name (not used by the service; the above key
## uniquely identifies the domain to update)
Example ${program}.conf file entries:
protocol=myaddr, \\
password=6bcf18a592bbc85bcee439e1e42def483ff3ef632a84df7ece5ff072f72887c1, \\
myname.myaddr.tools
example.myaddr.tools
EoEXAMPLE
}