Go to file
Florian Eitel 21db2c5fa1
Update dependency font-awesome to v6.5.1
2023-12-01 11:00:17 +01:00
.github Create FUNDING.yml 2019-12-27 16:53:14 +01:00
.tx fix pathes in transifex config for src/ based layout 2019-04-08 22:24:51 +02:00
docs Update user.rst to add ipv6 support for ddclient 2023-01-17 13:47:09 +01:00
logo Add GitHub social preview image 2019-12-27 16:00:09 +01:00
requirements.d Remove Django restriction in requirements.d/all.txt 2023-03-18 13:43:41 +01:00
scripts Update python Docker tag to v3.12 2023-10-18 09:55:16 +02:00
src/nsupdate Update dependency font-awesome to v6.5.1 2023-12-01 11:00:17 +01:00
.coveragerc adjust to src/ based project layout 2019-04-04 17:32:48 +02:00
.gitignore upgrade python-social-auth 2016-12-29 17:53:27 +01:00
.pylintrc Install pylint 2023-03-18 13:43:33 +01:00
.travis.yml Remove Python 2.7 support, add Python 3.8 support 2019-12-27 15:35:47 +01:00
AUTHORS update AUTHORS file to reflect current state 2018-04-19 20:36:35 +02:00
CHANGES.rst fix Domain.generate_ns_secret() storing bytes object into Domain.nameserver_update_secret instead of a string 2020-01-21 14:22:37 +01:00
DEVELOPMENT.md Add testing in docker 2023-03-18 13:43:42 +01:00
LICENSE update year 2019-12-27 17:58:33 +01:00
MANIFEST.in improve manifest / package data management, fixes #373 2019-04-08 22:24:51 +02:00
Pipfile Remove Django restriction in requirements.d/all.txt 2023-03-18 13:43:41 +01:00
Pipfile.lock Update transitive Pipfile dependencies to resolve vulnerabilities 2023-03-18 13:43:45 +01:00
README.rst update badges, new readthedocs.io url 2016-08-14 03:16:30 +02:00
conftest.py travis: test on trusty with sudo, against local bind9 dns 2016-08-14 02:34:10 +02:00
manage.py Add DEVELOPMENT.md to list common development commands 2023-03-18 13:39:04 +01:00
renovate.json Add renovate.json 2023-03-18 13:43:46 +01:00
requirements.txt update requirements files 2013-10-05 04:07:21 +02:00
setup.cfg pep8 checker: do not recurse into .eggs/ 2019-04-03 18:10:40 +02:00
setup.py Remove Django restriction in requirements.d/all.txt 2023-03-18 13:43:41 +01:00

README.rst

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/nsupdate/badge/?version=stable
        :alt: Documentation
        :target: https://nsupdateinfo.readthedocs.io/en/stable/

.. |build| image:: https://api.travis-ci.org/nsupdate-info/nsupdate.info.svg
        :alt: Build Status
        :target: https://travis-ci.org/nsupdate-info/nsupdate.info

.. |coverage| image:: https://coveralls.io/repos/nsupdate-info/nsupdate.info/badge.png
        :alt: Test Coverage
        :target: https://coveralls.io/r/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/adhoc 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