11 lines
335 B
HTML
11 lines
335 B
HTML
![]() |
{% extends "global/layout.html" %}
|
||
|
{% block title %}{{ _('How to Set up a Reseed Server using an I2P Console Plugin') }}{% endblock %}
|
||
|
{% block lastupdated %}2023-1{% endblock %}
|
||
|
{% block content %}
|
||
|
|
||
|
<h2>{% trans %}General Information{% endtrans %}</h2>
|
||
|
|
||
|
<h2>{% trans %}Installation from Source Code{% endtrans %}</h2>
|
||
|
|
||
|
{% endblock %}
|