Add new go quick start guide from backup Move PHP docs to the bottom, mark not recommended Spelling fixes in overview
47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{% trans %}Reseed Hosts{% endtrans %}{% endblock %}
|
|
{% block lastupdated %}{% trans %}January 2016{% endtrans %}{% endblock %}
|
|
{% block accuratefor %}0.9.24{% endblock %}
|
|
{% block content %}
|
|
|
|
|
|
<h2 id="about">{% trans %}About Reseed hosts{% endtrans %}</h2>
|
|
|
|
<p>{% trans -%}
|
|
Reseed hosts are needed to for bootstrapping, that is, providing the initial set of I2P nodes for your I2P node to talk to. Depending on the status of your node it may need to bootstrap every now and then if many of the nodes it knows of aren't contactable.
|
|
{%- endtrans %}</p>
|
|
|
|
<p>{% trans -%}
|
|
Reseeding is done over an encrypted connection and all of the bootstrap information is signed by the reseed host you connect to, making it impossible for an unauthenticated source to provide you with false information.
|
|
{%- endtrans %}</p>
|
|
|
|
|
|
<h2 id="running">{% trans %}Running a Reseed host{% endtrans %}</h2>
|
|
<p>
|
|
{% trans -%}
|
|
The more reseed hosts that are run, the more resilient the I2P network becomes, and the harder it is to prevent users of I2P from connecting to the network.
|
|
{%- endtrans %}
|
|
</p>
|
|
{% trans -%}
|
|
There have also been cases where the reseed hosts we had, have been under heavy load due to botnet activities.
|
|
{%- endtrans %}
|
|
</p>
|
|
<p>
|
|
<a href="{{ site_url('get-involved/guides/reseed') }}">How to run a Reseed host</a>
|
|
</p>
|
|
|
|
<h2 id="thank you">{% trans %}Thank you{% endtrans %}</h2>
|
|
<p>
|
|
{%-trans -%}
|
|
If you are running a reseed server, We would like to thank you for helping to
|
|
make the I2P network stronger and more resilient than ever.
|
|
{%- endtrans-%}
|
|
</p>
|
|
<p>
|
|
{%-trans -%}
|
|
Thank you.
|
|
{%- endtrans-%}
|
|
</p>
|
|
|
|
{% endblock %}
|