Skip to content

hamstarr/dyn-dnsimple

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DynDNSimple

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

For more information about DNSimple go to: http://dnsimple.com

Setup

You will need to have an existing A Record to modify.

Open Terminal and do the following:

cd ~/bin (or mkdir -p ~/bin && cd ~/bin)
git clone git://github.com/hamstarr/dyn-dnsimple.git
cd dyn-dnsimple
gem install bundle
bundle install
chmod +x ~/bin/dyn-dnsimple/dyn-dnsimple

Start DynDNSimple automatically

launchctl submit -l DynDNSimple -- ~/bin/dyn-dnsimple/dyn-dnsimple

Stop DynDNSimple from starting automatically

launchctl remove DynDNSimple

Start DynDNSimple manually

~/bin/dyn-dnsimple/dyn-dnsimple

TODO

  • Write tests
  • convert css to SCSS
  • Allow creation of an A record if one doesn't exist already

About

DynDNSimple is a ruby daemon for regularly updating a DNSimple hosted domain A Record based on your current external IP Address. For more information about DNSimple go to: http://dnsimple.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages