Skip to content

lanbugs/powerdns_mongodb_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

powerdns_mongodb_backend

More informations on: https://lanbugs.de/howtos/python-co/powerdns-mongodb-backend/

The schema for the collection in mongoDB is:

for SOA record:

... { "name":"example.org", "type":"SOA", "content":"", "ttl": 300, "primary": "ns1.example.org", "mail": "admin.example.org", "serial": 2018030311, "refresh": 86400, "retry": 7200, "expire": 3600000, "nttl": 3600 } ...

for all other records:

... { "name":"www.example.org", "type":"A", "ttl": 300, "content": "1.1.1.1" } ...

About

A mongoDB backend for PowerDNS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages