A frontend written in Flask to update bind
DNS zones via the nsupdate
tool.
To set up, generate your zone keys and then fill out config.example.py
and save as config.py
.
Point your favorite web server to serve WSGI/FastCGI requests to app.wsgi
.
I made this for my Introduction to Servers workshop in Spring 2017 with Hackers@Berkeley..