Web-based authoritative DNS server management
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
Dustin f8cbf8b29c Fix redirect locations
When the application is not mounted at the root of the (virtual) host,
the Location header of HTTP redirect responses need to take this into
account. I thought that the `HTTPSeeOther` exception handled this, but
it does not, so the path needs to be explicitly constructed with
`milla.Request.create_href`.
2015-02-15 23:51:50 -06:00
src/dyns Fix redirect locations 2015-02-15 23:51:50 -06:00
.gitignore Initial commit 2015-02-15 21:59:27 -06:00
README.rst Fix links in README 2015-02-15 22:36:46 -06:00
debug.py Initial commit 2015-02-15 21:59:27 -06:00
setup.py Add templates to package_data 2015-02-15 22:57:55 -06:00

README.rst

====
DyNS
====

*DyNS* is a **highly** experimental web front-end for a
dynamically-configurable `ISC BIND`_ authoritative DNS server using
`PostgreSQL`_ as a *Dynamically Loadable Zone* (DLZ) backend database.


.. _ISC BIND: http://www.isc.org/software/bind
.. _PostgreSQL: http://www.postgresql.org/