2023-01-04 22:36:39 +00:00
|
|
|
{% extends "global/layout.html" %}
|
|
|
|
{% block title %}{{ _('How to Set up a Reseed Server using an I2P Console Plugin') }}{% endblock %}
|
2023-01-04 23:16:22 +00:00
|
|
|
{% block lastupdated %}2023-01{% endblock %}
|
2023-01-04 22:36:39 +00:00
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<h2>{% trans %}General Information{% endtrans %}</h2>
|
|
|
|
|
2023-01-04 23:16:22 +00:00
|
|
|
<h4><a href="reseed-policy">To read the reseed policy, follow this link.</a></h4>
|
|
|
|
<h4><a href="reseed">Please see the general information for all reseed servers in addition to reading this section.</a></h4>
|
|
|
|
|
|
|
|
<h2>{% trans %}Installation from an I2P console plugin{% endtrans %}</h2>
|
2023-01-04 22:36:39 +00:00
|
|
|
|
|
|
|
{% endblock %}
|