{% extends "_page.twig" %} {% block title %}Home{% endblock %} {% block content %}

This is reg.i2p registry service.

Info:
Service works, hosts check done every hour.
Supported commands:

Subscription:
For addressbook subscription use /hosts.txt file.
That link returns basic addressbook if request sent first time or without If-Match-None header.
On next requests it will return full alive hosts list.

Static links to lists:
Lists updated every 4 hours.

Rules:
Here no particular rules about registering domains, but we have some limitations about handling dead domain records.
Your domain will be open for registration if it has been dead for:

{% if approval %}

Approval:
Domain will be approved after {{ apprdelay }} hours, but only if it has been alive not more than {{ apprseen }} hours ago when approval time is reached.

{% endif %} {% if fetcher and subscrs|length > 0 %}

External subscriptions:
Our service fetching updates from external subscriptions once a day. List of external services:

{% endif %} {% endblock %}