diff --git a/ddclient.conf.in b/ddclient.conf.in index 02c4158..8d61313 100644 --- a/ddclient.conf.in +++ b/ddclient.conf.in @@ -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) diff --git a/ddclient.in b/ddclient.in index e6662a7..fc55a21 100755 --- a/ddclient.in +++ b/ddclient.in @@ -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 }