An open API service indexing awesome lists of open source software.

https://github.com/nning/powerdns_dyndns

DynDNS web application for PowerDNS database schema.
https://github.com/nning/powerdns_dyndns

dyndns powerdns ruby sinatra

Last synced: 8 months ago
JSON representation

DynDNS web application for PowerDNS database schema.

Awesome Lists containing this project

README

          

powerdns_dyndns
===============

Sinatra app that implements DynDNS (dyn.com DNS update API) for SQL backed
PowerDNS setups. Uses
[powerdns_db_cli](https://github.com/nning/powerdns_db_cli) for the models.

Installation
------------

From source:

rake install

Or from rubygems.org:

gem install powerdns_dyndns

Usage
-----

Configure in `~/.config/PowerDNS/dyndns.yml` and start with a Rack compatible
server.