Skip to content

Commit

Permalink
Add -interval notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Alexander committed Jun 28, 2015
1 parent 4904fba commit 60db2c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ Now you can run the client by specifying the DigitalOcean domain you want to upd

`doduc-client -domain mywebsite.com -subdomain home -ip_server http://www.mywebsite.com:18768 -token token`

By default, the address will be updated every 5 minutes. To specify the interval in seconds, use the `interval` flag. For instance, if I wanted updates to occur every 10 minutes:


`doduc-client -domain mywebsite.com -subdomain home -ip_server http://www.mywebsite.com:18768 -token token -interval 600`

Similarly to the server, the client can be run in the background or with `nohup`.

0 comments on commit 60db2c3

Please sign in to comment.