No description
  • Python 71.4%
  • HTML 28%
  • Shell 0.3%
  • CSS 0.2%
Find a file
TW 009733fbb4
Merge pull request #674 from ThomasWaldmann/rel-host-empty-delete-master
Fix related host processing on network-prefix updates
2026-04-22 23:36:43 +02:00
.github add workflow permissions 2026-04-11 23:40:14 +02:00
.tx remove trailing blanks, end files with single linefeed 2026-04-22 02:10:36 +02:00
docs remove trailing blanks, end files with single linefeed 2026-04-22 02:10:36 +02:00
logo remove trailing blanks, end files with single linefeed 2026-04-22 02:10:36 +02:00
requirements.d Upgrade project to Bootstrap 4.6.2 2026-04-09 22:07:58 +02:00
scripts remove superfluous requirements.txt 2026-04-10 09:40:06 +02:00
src/nsupdate Fix related host processing on network-prefix updates 2026-04-22 23:28:57 +02:00
.gitignore add .DS_Store to .gitignore 2026-04-10 00:06:39 +02:00
.readthedocs.yaml update .readthedocs.yaml 2026-04-09 01:44:42 +02:00
AUTHORS update AUTHORS file to reflect current state 2018-04-19 20:36:35 +02:00
LICENSE it's 2026 2026-04-09 02:19:15 +02:00
manage.py fix default settings module name at some places 2013-12-15 17:16:04 +01:00
MANIFEST.in remove superfluous requirements.txt 2026-04-10 09:40:06 +02:00
Pipfile Upgrade project to Bootstrap 5.3.8 2026-04-09 22:09:05 +02:00
Pipfile.lock regenerate Pipfile.lock 2026-04-21 19:41:30 +02:00
pyproject.toml move conftest.py to src/nsupdate/ 2026-04-10 09:52:37 +02:00
README.rst README: update CI status badge URL, fixes #630 2026-04-10 09:59:35 +02:00
SECURITY.md update security policy 2026-04-21 18:44:28 +02:00

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

https://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.

Documentation: https://nsupdateinfo.readthedocs.io/

Software project: https://github.com/nsupdate-info/nsupdate.info

|doc| |build| |coverage| |package|

.. |doc| image:: https://readthedocs.org/projects/nsupdateinfo/badge/?version=stable
        :alt: Documentation
        :target: https://nsupdateinfo.readthedocs.io/en/stable/

.. |build| image:: https://github.com/nsupdate-info/nsupdate.info/actions/workflows/ci.yml/badge.svg?branch=master
        :alt: Build Status
        :target: https://github.com/nsupdate-info/nsupdate.info/actions

.. |coverage| image:: https://codecov.io/gh/nsupdate-info/nsupdate.info/branch/master/graph/badge.svg?token=3qFlVUxINM
        :alt: Test Coverage
        :target: https://codecov.io/gh/nsupdate-info/nsupdate.info

.. |package| image:: https://badge.fury.io/py/nsupdate.png
        :alt: PyPI Package
        :target: http://badge.fury.io/py/nsupdate

(build and coverage are for latest repo code, package and downloads are for PyPI release)

Features
========

* Frontend: Dynamic DNS updates via dyndns2 protocol (like supported
  by many DSL/cable routers and client software).
* Backends:

  - Uses Dynamic DNS UPDATE protocol (RFC 2136) to update compatible
    nameservers like BIND, PowerDNS and others (the nameserver itself is
    **not** included).
  - Optionally uses the dyndns2 protocol to update other services - we can
    send updates to configurable third-party services when we receive an
    update from the router / update client.

* Prominently shows visitor's IP addresses (v4 and v6) on main view,
  shows reverse DNS lookup results (on host overview view).
* Multiple Hosts per user (using separate secrets for security)
* Add own domains / nameservers (public or only for yourself)
* Related Hosts: support updating DNS records of other hosts in same LAN by
  a single updater (e.g. for IPv6 with changing prefix, IPv4 also works)
* Login with local or remote accounts (Google, GitHub, Bitbucket, ...
  accounts - everything supported by the python-social-auth package)
* Manual IP updates via web interface
* Browser-based update client for temporary/ad hoc usage
* Shows time since last update via API, whether it used TLS or not
* Shows IP v4 and v6 addresses (from master nameserver records)
* Shows client / server fault counters, available and abuse flags
* Supports IP v4 and v6, TLS.
* Easy and simple web interface, it tries to actively help to configure
  routers / update clients / nameservers.
* Made with security and privacy in mind
* No nagging, no spamming, no ads - trying not to annoy users
* Free and open source software, made with Python and Django