The pdnsapp - part 1
#dnsOne of my projects called pdnsapp
is a Python based microframework aimed to help develop DNS based applications, very much like Flask or Bottle do for HTTP or like Lamson does with SMTP. Like most of the frameworks of this kind it needs an ‘application server’ to run. This server for pdnsapp
is currently PowerDNS. For basic functionality it has no dependencies other than the Python standard libraries.