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

{% trans "Create a new Host" %}

{% csrf_token %} {% bootstrap_form form %}

{% trans "Help" %}

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

{% blocktrans trimmed %} 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 built-in software that does this, but you can also use some software on another system (like a PC or server). {% endblocktrans %}

{% blocktrans trimmed %} 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 %}