Skip to content

Minimal command-line interface for PowerDNS database administration.

License

Notifications You must be signed in to change notification settings

nning/powerdns_db_cli

Repository files navigation

powerdns_db_cli

Minimal command-line interface for PowerDNS database administration based on Active Record and thor. Some of the code was shamelessly copied from PowerDNS on Rails.

Installation

From source:

rake install

Or from rubygems.org:

gem install powerdns_db_cli

Usage

pdns domain list
pdns domain create <name>
pdns domain remove <name>

pdns record list <domain> [type]
pdns record create <domain> <name> <type> <content> [prio] [ttl] [auth]
pdns record remove <domain> <name> <type> [content] [prio]

With pdns -i, it is also possible to interact with the database direcly using the Active Record Query Interface.

About

Minimal command-line interface for PowerDNS database administration.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published