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

{% trans "Create a new Host" %}

{% csrf_token %} {{ form|bootstrap }}

{% trans "Help" %}

{% trans "Here you can add new hosts (like routers, PCs, servers, ...)." %}

{% blocktrans %}You need to be able to configure one of your machines so it sends dyndns2 compatible updates to us when your IP changes. Routers usually have some builtin software that does this, but you can also use some software on another system (like a PC or server).{% endblocktrans %}

{% blocktrans %}Just make sure your update client either is customizable well enough or has specific support for our service.{% endblocktrans %}

{% trans "We'll show you configuration examples after you add a host." %}

{% endblock %}