14 lines
554 B
HTML
14 lines
554 B
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{{ _('How to Set up a Reseed Server using an I2P Console Plugin') }}{% endblock %}
|
|
{% block lastupdated %}2023-01{% endblock %}
|
|
{% block content %}
|
|
|
|
<h2>{% trans %}General Information{% endtrans %}</h2>
|
|
|
|
<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>
|
|
|
|
{% endblock %}
|