Skip to content

Commit

Permalink
Tidy up the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hamilton committed Apr 29, 2011
1 parent a97e0e0 commit 3af7505
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions README.mdown
@@ -1,19 +1,25 @@
# dyndnsimple
# DynDNSimple

DynDNSimple is a ruby daemon for regularly updating a DNSimple hosted domain A Record based on your current external IP Address.

## Setup

Run bundle install
Edit the config file with your dnsimple and domain settings
You will need to have an existing A Record to modify.

1. Run bundle install
2. Edit the config file with your DNSimple and domain settings


## Usage

$ ruby dyndnsimple.rb start
$ ruby dyndnsimple.rb restart
$ ruby dyndnsimple.rb stop
$ ruby dyndnsimple.rb run (to run in foreground)

$ ruby dyndnsimple.rb start
$ ruby dyndnsimple.rb restart
$ ruby dyndnsimple.rb stop
$ ruby dyndnsimple.rb run (to run in foreground)


## TODO

Write tests
Create a launch file for OSX
refactor
- Write tests
- Create a launch file for OSX
- refactor

0 comments on commit 3af7505

Please sign in to comment.