myaddr: simplify docs
This commit is contained in:
parent
3c70c18c06
commit
f4d11644e7
2 changed files with 5 additions and 5 deletions
|
@ -235,8 +235,8 @@ pid=@runstatedir@/ddclient.pid # record PID in file.
|
||||||
## Myaddr (myaddr.tools)
|
## Myaddr (myaddr.tools)
|
||||||
##
|
##
|
||||||
# protocol=myaddr
|
# protocol=myaddr
|
||||||
# password=key
|
# password=private-key
|
||||||
# name-used-for-logging-only
|
# myname.myaddr.tools
|
||||||
|
|
||||||
##
|
##
|
||||||
## MyOnlinePortal (http://myonlineportal.net)
|
## MyOnlinePortal (http://myonlineportal.net)
|
||||||
|
|
|
@ -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:
|
Configuration variables applicable to the 'myaddr' protocol are:
|
||||||
protocol=myaddr
|
protocol=myaddr
|
||||||
password=key ## the private key corresponding to the domain to
|
password=private-key ## the private key corresponding to the domain to
|
||||||
## update
|
## 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)
|
## uniquely identifies the domain to update)
|
||||||
|
|
||||||
Example ${program}.conf file entries:
|
Example ${program}.conf file entries:
|
||||||
protocol=myaddr, \\
|
protocol=myaddr, \\
|
||||||
password=6bcf18a592bbc85bcee439e1e42def483ff3ef632a84df7ece5ff072f72887c1, \\
|
password=6bcf18a592bbc85bcee439e1e42def483ff3ef632a84df7ece5ff072f72887c1, \\
|
||||||
myname.myaddr.tools
|
example.myaddr.tools
|
||||||
|
|
||||||
EoEXAMPLE
|
EoEXAMPLE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue