Thomas Waldmann 6bf1f57fc1 deal with not responding nameservers (offline or unreachable)
if a nameserver does not respond, we flag it in the database
(available = False) and stop talking to it for 5 minutes.

after 5 minutes, we flag it available = True again and retry talking to it
(and if not successful, flag it as unavailable again).

this avoids a unresponsive UI as we do a lot of ns queries from the templates
to get v4 and v6 addresses of our hosts from master nameservers.

we log a warning when setting unavailable and a info when setting available.
2013-10-27 05:14:47 +01:00
2013-10-19 23:19:25 -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
===================

http://nsupdate.info is a free dynamic dns service.

nsupdate.info is also the name of the software used to implement it.
If you like, you can use it to host the service on your own server.


Features
========

* Frontend: Dynamic DNS updates via dyndns2 protocol (like supported
  by many DSL/cable routers and client software).
* Backend: Uses DYNAMIC DNS UPDATE protocol (RFC 2136) to update compatible
  nameservers like BIND, PowerDNS and others (the nameserver itself is NOT
  included).
* Easy and simple web interface.
* Multiple Hosts per user
* Add own domains / nameservers (public or only for yourself)
* Supports IP v4 and v6
* Manual IP updates via web interface
* Shows time since last update via api
* Made with security in mind
* No nagging, no spamming, trying to not annoy users
* Free and Open Source Software
* Made with Python and Django
Description
No description provided
Readme 3.8 MiB
Languages
Python 71.6%
HTML 27.9%
Shell 0.3%
CSS 0.2%