2013-09-28 03:06:32 +02:00
|
|
|
About nsupdate.info
|
|
|
|
===================
|
|
|
|
|
2013-11-03 00:02:02 +01:00
|
|
|
https://nsupdate.info is a free dynamic dns service.
|
2013-10-19 22:17:30 -07:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2013-11-03 00:02:02 +01:00
|
|
|
The software project lives at:
|
|
|
|
https://github.com/nsupdate-info/nsupdate.info
|
|
|
|
|
2013-10-19 22:17:30 -07:00
|
|
|
|
2013-11-19 08:01:43 +01:00
|
|
|
.. image:: https://travis-ci.org/nsupdate-info/nsupdate.info.png
|
|
|
|
:target: https://travis-ci.org/nsupdate-info/nsupdate.info
|
|
|
|
|
|
|
|
.. image:: https://badge.fury.io/py/nsupdate.png
|
|
|
|
:target: http://badge.fury.io/py/nsupdate
|
|
|
|
|
|
|
|
.. image:: https://pypip.in/d/nsupdate/badge.png
|
|
|
|
:target: https://crate.io/packages/nsupdate/
|
|
|
|
|
2013-10-19 22:17:30 -07:00
|
|
|
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)
|
2013-11-08 01:52:52 +01:00
|
|
|
* Supports IP v4 and v6, SSL.
|
|
|
|
* Login with local or remote accounts (google, github, bitbucket, ...
|
|
|
|
accounts - everything supported by python-social-auth package)
|
2013-10-19 22:17:30 -07:00
|
|
|
* Manual IP updates via web interface
|
2013-11-08 01:52:52 +01:00
|
|
|
* Shows time since last update via api, whether it used SSL or not
|
2013-10-19 22:17:30 -07:00
|
|
|
* Made with security in mind
|
2013-11-08 01:52:52 +01:00
|
|
|
* No nagging, no spamming - trying not to annoy users
|
2013-10-19 22:17:30 -07:00
|
|
|
* Free and Open Source Software
|
|
|
|
* Made with Python and Django
|