Thomas Waldmann d558e2ece2 store update_secret as salted sha1 (use crypto code from django), fix bug: we also need to catch NoAnswer, not just NXDOMAIN.
NoAnswer == there is a record, but not of the type (A or AAAA) we requested.
NXDOMAIN == there is no record at all.
2013-09-29 00:34:47 +02:00
2013-09-28 03:03:07 +02:00
2013-09-28 12:43:57 +02:00
2013-09-28 03:12:38 +02:00
2013-09-28 10:43:49 +02:00

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

www.nsupdate.info is a free dynamic dns service.

nsupdate.info is also the name of the software used to implement it.


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:asmaps/nsupdate.info.git nsupdate
    cd nsupdate


Then install the requirements (either "dev" or just "all" for production)::

    pip install -r requirements.d/all.txt
    # or for dev
    pip install -r requirements.d/dev.


From time to time execute this again to install the newest dependencies.

Description
No description provided
Readme 3.8 MiB
Languages
Python 71.6%
HTML 27.9%
Shell 0.3%
CSS 0.2%