Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zarya/phpipam-powerdns-backend

A pipe backend for powerdns to be able to query the records from phpIPAM
https://github.com/zarya/phpipam-powerdns-backend

Last synced: about 2 months ago
JSON representation

A pipe backend for powerdns to be able to query the records from phpIPAM

Awesome Lists containing this project

README

        

# Installation
## Python requirements
* python-mcrypt
* python-iptools
* pythondns

## Backend
```
cd /usr/local
git clone https://github.com/zarya/phpipam-powerdns-backend.git
cd phpipam-powerdns-backend
cp backend.conf_example backend.conf
```
Change the backend.conf to your configuration

## Powerdns
add the following to the powerdns configuration
```
pipe-command=/usr/local/phpipam-powerdns-backend/powerdns-pipe.py
pipebackend-abi-version=2
launch=pipe
```