{% extends "base.html" %} {% block content %}

How we learning about new hosts

  1. Pulling from external sources:
  2. Adding throught our service.

Publish requirements

To get published host must match the following criteria:

Admin's approval isn't really necessary, it only needs for eliminate possible hijacking and mass registration attempts.

Expiration

Hosts gets checked for availability every 12 hours. If host alive, registration period prolongated to 1 month. Until this period ends hosts are published in our hosts.txt.

If host expired, name/key pair will be keeped for 2 years but will not be published. Until this period ends, it's impossible to register this hostname again.

Deletion of expired hosts

Hosts expired 2 years ago gets completely deleted from our database and becomes available for registration.

Deletion of dead hosts

If host was added from external source and we're never seen it alive, it will be deleted after 1 year since adding date and after 14 days if it is was added throught us. We're giving such small period because such hosts weren't published by us because they fails availability test.

{% endblock %}