User Tools

Site Tools


kiviak-user

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kiviak-user [2015-02-07 20:54:35]
kiviak-user [2015-02-07 20:54:35] (current)
Line 1: Line 1:
 +===== Simple usage =====
  
 +All you need to do is to add
 +
 +<​code>​*/​10 * * * * wget -qO - "​http://​the_dyndns_server/​update.php?​host=myhostname&​pass=secret"</​code>​
 +
 +to your crontab.
 +
 +==== I don't want to have my password in the access log! ====
 +
 +We also support passing password with POST data
 +
 +<​code>​--post-data "​pass=ahoj"</​code>​
 +
 +===== More parameters =====
 +
 +  * email - an optional email address, the administrator can for example contact you or you can request lost password
 +  * aaaa - update with this IPv6 address instead of the address of the computer making the request
 +  * a - the same for IPv4; aaaa and a can't be supplied simultaneously,​ sorry
 +
 +The hostname is automatically expired 1 month after it has been last updated.
kiviak-user.txt ยท Last modified: 2015-02-07 20:54:35 (external edit)