{% extends "base.html" %} {% load i18n %} {% block content %}
Admin's approval isn't really necessary, it is only needed in order to eliminate possible hijacking and mass registration attempts.
{% endblocktrans %} {% blocktrans %}Hosts gets checked for availability every 12 hours. If the host is alive, registration period prolongated 1 month. Until this period ends, hosts are published in our hosts.txt.
When a host has expired, its name/key pair will be keept for 2 years but will not be published any longer. Until this period ends, it's impossible to register this hostname again.
{% endblocktrans %} {% blocktrans %}Hosts expired 2 years ago get completely deleted from our database and become available for a new registration.
{% endblocktrans %} {% blocktrans %}If a host was added from an external source and we've never seen it alive, it will be deleted after 1 year since its adding date, and after 14 days if it is was added through our registration service. Since these hosts were not published through our service, we only grant them such a short grace period.
{% endblocktrans %} {% endblock %}