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.
- Host: GitHub
- URL: https://github.com/nning/powerdns_dyndns
- Owner: nning
- License: mit
- Created: 2015-07-03T15:50:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T09:35:00.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T05:15:47.900Z (over 1 year ago)
- Topics: dyndns, powerdns, ruby, sinatra
- Language: Ruby
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.