PDNS-Console provides a CLI to manage PowerDNS application and improved it by adding a powerfull DNS zone versionning. Issue tracking: https://redmine.deblan.org/client/projects/deblan-pdns-console
Go to file
2015-02-23 01:08:46 +01:00
app Chmod 2015-02-23 01:01:29 +01:00
src/Deblan composer and about command 2015-02-22 22:31:05 +01:00
.gitignore Ignoring vim files and composer.lock 2015-02-17 01:57:43 +01:00
composer.json composer and about command 2015-02-22 22:31:05 +01:00
LICENSE Initial commit 2015-02-16 23:18:06 +01:00
propel.yaml Removing auto generated comments 2015-02-18 14:17:17 +01:00
README.md Readme 2015-02-23 01:08:46 +01:00

pdns-console

PDNS-Console provided a CLI to manage PowerDNS application and improved it by adding a powerfull DNS zone versionning.

Installation

Requirements

  • PHP >= 5.4
  • PDO with modules to connect on your database)
  • Instance of PDNS (Powerdns) >= 3.1 with MySQL/PostgreSQL/SQLite backend

Downloading sources

cd /usr/local/src/
git clone https://github.com/simmstein/pdns-console.git
cd pdns-console

Configure database access

In propel.yaml:

  • dsn: "mysql:host=localhost;dbname=pdns"

    • Change localhost by the database server name
    • Change "pdns" by the database name
  • Change user and password values with you pdsn database login