'fullhour' => 8, // make hosts full-check at that hour (0-23). Usage of out-of-range value or at other hours, checker will validate only enabled domains.
'fullhour' => 8, // make hosts full-check at that hour (0-23). Usage of out-of-range value or at other hours, checker will validate only enabled domains.
'checkthreads' => 64, // checker threads amount
'checkthreads' => 64, // checker threads amount
'exportperiod' => 4, // lists update period in hours as configured in crontab, used only for fomatting home page
Although there are no specific rules for domain registration, we do have the policy on dead domain records.<br>
Although there are no specific rules for domain registration, we do have the policy on dead domain records.<br>
Your domain will become open for registration again (disabled) if it is dead for:
Your domain will become open for registration again (disabled) if it is dead for:
<ul>
<ul>
<li>{{ delnewdays }} days if last seen less than {{ newdays }} days since registration</li>
<li>{% trans %}one day{% plural delnewdays %}{{ count }} days{% endtrans %} if last seen less than {% trans %}one day{% plural newdays %}{{ count }} days{% endtrans %} since registration</li>
<li>{{ delactdays }} days if last seen less than {{ olddays }} days since registration</li>
<li>{% trans %}one day{% plural delactdays %}{{ count }} days{% endtrans %} if last seen less than {% trans %}one day{% plural olddays %}{{ count }} days{% endtrans %} since registration</li>
<li>{{ delstabdays }} days if last seen more than {{ olddays }} days since registration</li>
<li>{% trans %}one day{% plural delstabdays %}{{ count }} days{% endtrans %} if last seen more than {% trans %}one day{% plural olddays %}{{ count }} days{% endtrans %} since registration</li>
</ul>
</ul>
Domains that are inaccessible before the disabling date for {{ hidedays }} days, will be hidden from <a href="/alive">alive</a> list, removed from export lists, but will still be checked every hour.<br>
Domains that are inaccessible before the disabling date for {% trans %}one day{% plural hidedays %}{{ count }} days{% endtrans %}
will be hidden from <a href="/alive">alive</a> list and removed from export lists, but will still be checked every hour.<br>
When domain dead for amount days stated above, it will be marked as disabled, opened for registration and will be checked once a day for availability at {{ fullhour }} o'clock UTC.
When domain dead for amount days stated above, it will be marked as disabled, opened for registration and will be checked once a day for availability at {{ fullhour }} o'clock UTC.
</p>
</p>
{% if activation %}
{% if activation %}
<p>
<p>
<b>Activation:</b><br>
<b>Activation:</b><br>
Your domain will appear in the listing within {{ actdelay }} hour(s). However, your domain must be alive within the last {{ actseen }} hour(s) before the activation is due.
Your domain will appear in the listing within {% trans %}one hour{% plural actdelay %}{{ count }} hours{% endtrans %}.
However, your domain must be alive within {% trans %}a hour{% plural actseen %}the last {{ count }} hours{% endtrans %} before the activation is due.
</p>
</p>
{% endif %}
{% endif %}
@ -90,7 +91,8 @@
<ul>
<ul>
<li>Service owner is not responsible about content published on submitted domains</li>
<li>Service owner is not responsible about content published on submitted domains</li>
<li>Submited domains processed automaticly. No human involved in process</li>
<li>Submited domains processed automaticly. No human involved in process</li>
<li>Domains with offensive content will be hidden from the list (currently hidden {% if all %}<a href="/hidden?all">{% endif %}{{ blackcnt }} domain(s){% if all %}</a>{% endif %})
<li>Domains with offensive content will be hidden from the list (currently hidden {% if all %}<a href="/hidden?all">{% endif %}
{% trans %}one domain{% plural blackcnt %}{{ count }} domains{% endtrans %}{% if all %}</a>{% endif %})
<ul>
<ul>
<li>they can be found using the search and jump links</li>
<li>they can be found using the search and jump links</li>
<li>adding <i>?all</i> to page address (like <i>/alive?all</i>) will show them</li>
<li>adding <i>?all</i> to page address (like <i>/alive?all</i>) will show them</li>