Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
A pipe backend for powerdns to be able to query the records from phpIPAM
- Host: GitHub
- URL: https://github.com/zarya/phpipam-powerdns-backend
- Owner: zarya
- Created: 2015-03-07T11:24:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T22:17:34.000Z (almost 10 years ago)
- Last Synced: 2024-04-09T05:36:25.797Z (11 months ago)
- Language: Python
- Size: 148 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```