Skip to content

aaronkondziela/PowerDNS-API

 
 

Repository files navigation

PowerDNS::API

HTTP/JSON API for the PowerDNS authoritative DNS server.

This makes it easy to program DNS changes without every system having a database connection or full access to the DNS database.

There are basic installation instructions on the wiki.

Database setup

The system needs an 'accounts' table and a 'cas' column in the domains table. The docs/schema.sql file has the SQL to be run to set this up.

For the 'CAS' API system to work properly, the system expects the transaction isolation level of MySQL to be 'REPEATABLE READ' (this is the default).

About

HTTP API for the PowerDNS Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 97.5%
  • CSS 2.1%
  • Shell 0.4%