Thomas Waldmann 49693121ea use zones/nameserver IPs/update keys from DB, logging (thanks to asmaps)
remove unneeded stuff from settings
(we still need some in conftest.py for the tests, though)
init DB for tests via conftest.py
more update algorithm choices
give origin zone (if we already know it) to dnstools functions
new views: DomainOverview, DeleteDomain
unify deletion templates using delete_object.html
add django-extensions
2013-10-18 15:30:17 -07:00
2013-10-05 04:07:21 +02:00
2013-09-28 03:12:38 +02:00
2013-09-28 10:43:49 +02:00
2013-10-18 00:03:04 +02:00
2013-10-05 04:07:21 +02:00

About nsupdate.info
===================

nsupdate.info is the idea of a really simple single purpose dynamic dns service.
Unlike other dynamic dns services its intention is that you do not
have to click a link every 30 days to keep your domain enabled or other jokes
like this.

nsupdate.info is is intended to be self hostable, but there is also a free
service on http://nsupdate.info/


Installation
============

If you haven't already done create and change to a virtualenv for the
installation (here with virtualenvwrapper)::

    mkvirtualenv nsupdate
    workon nsupdate


Clone the repo and cd into::

    git clone git@github.com:nsupdate-info/nsupdate.info.git nsupdate
    cd nsupdate


Then install the requirements::

    pip install -e .


From time to time execute this again to install the newest dependencies.
Maybe in future there will be a PyPi package to install directly with pip.
Description
No description provided
Readme 3.8 MiB
Languages
Python 71.6%
HTML 27.9%
Shell 0.3%
CSS 0.2%