{% extends "base.html" %} {% load i18n %}{% load bootstrap %} {% 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 "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:" %}

{% 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 E-Mail, please read the docs, they exist for a reason." %}

{% trans "Software Project Contact" %}

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

{% endblock %}