Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bizbink committed Jul 23, 2015
1 parent 1f8a23e commit 79c7899
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Configuration:
------
You'll need to edit `config.json` before using this package.

Example:
------
```
php ~/dyndns/app.php -record-id 9584342995 -record-type 'A' -record-name 'www' -record-data '127.0.0.1' --ignore-errors false
php ~/dyndns/dyndns.php -record-id 9584342995 -record-type 'A' -record-name 'www' -record-data '127.0.0.1' --ignore-errors false
[DynDNS] The domain 'bizbink.ca' was updated in 1.418023109436 seconds.
```

Expand All @@ -14,4 +18,4 @@ Flags | Description | Example
-record-priority | New record priority. | `-record-priority null`
-record-port | New record port. | `-record-port null`
-record-weight | New record weight. | `-record-weight null`
--ignore-errors | Ignore errors, will not output anything. | `--ignore-errors false`
--ignore-errors | Ignore errors, will not output anything. | `--ignore-errors false`

0 comments on commit 79c7899

Please sign in to comment.