{% extends "base.html" %} {% load i18n %}{% load django_bootstrap5 %} {% block content %}

{% blocktrans %}About the {{ WWW_HOST }} service{% endblocktrans %}

{% trans "What's this?" %}

{% blocktrans %}{{ WWW_HOST }} is a dynamic dns service.{% endblocktrans %}

{% blocktrans trimmed %} You usually need it so your router (or other dyndns2-compatible client) can update a hostname, so you don't need to know or find out your current IP address. {% endblocktrans %}

{% blocktrans trimmed %} {{ WWW_HOST }} is simple, usable, free, friendly, secure and respects your privacy. {% endblocktrans %}

{% trans "Why another one?" %}

{% blocktrans %}As far as we know, there was no service yet that is not:{% endblocktrans %}

  • {% trans "nagging its users to make a paid subscription" %}
  • {% trans "annoying its users with advertisements or spam" %}
  • {% trans "cancelling hosts or accounts after a short period of non-usage" %}
  • {% blocktrans trimmed %} making the few free features almost undiscoverable between a ton of commercial-only features {% endblocktrans %}

{% trans "How is it?" %}

{% trans "You can just try it using the test account (see Register page)." %}

{% blocktrans trimmed %} Also, we have documentation — there might be some interesting stuff for you in it that is not visible or obvious on the user interface. {% endblocktrans %}

{% blocktrans trimmed %} If you are interested in the software project, have a look at the nsupdate.info project on GitHub. {% endblocktrans %}

{% trans "Fair use of the service" %}

{% trans "The only thing we expect from you is fair use of this service:" %}

  • {% trans "Don't abuse the service in any way." %}
  • {% trans "Don't update your hosts too often." %}
  • {% trans "Don't do updates if your IP did not change." %}
  • {% trans "Don't create lots of users or lots of hosts." %}
  • {% trans "Don't use the service for any illegal or otherwise questionable purpose." %}
  • {% trans "Don't spam us via email." %}

{% blocktrans trimmed %} We reserve the right to remove any account or hostname(s) that are related to unfair use of the service - at any time and without prior notice. {% endblocktrans %}

{% trans "No warranties" %}

{% trans "This is free software and a free service, there are no warranties." %}

{% trans "If it breaks, it breaks." %}

{% trans "Service Contact" %}

{{ SERVICE_CONTACT }}

{% trans "Before contacting us via email, please read the docs, they exist for a reason." %}

{% trans "Software Project Contact" %}

{% blocktrans trimmed %} Visit the nsupdate.info project on GitHub to: {% endblocktrans %}

  • {% trans "file issues on the issue tracker for bugs, ideas, patches." %}
  • {% trans "create pull requests for your contributions." %}
{% endblock %}