From c7f299da549dd9b4a7d1a725dc6f9c74747b45b7 Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 12 Jan 2016 17:45:18 +0000 Subject: [PATCH] Added initial reseeed page. --- i2p2www/pages/site/docs/reseed.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 i2p2www/pages/site/docs/reseed.html diff --git a/i2p2www/pages/site/docs/reseed.html b/i2p2www/pages/site/docs/reseed.html new file mode 100644 index 00000000..97daa3bc --- /dev/null +++ b/i2p2www/pages/site/docs/reseed.html @@ -0,0 +1,15 @@ +{% extends "global/layout.html" %} +{% block title %}{% trans %}Reseed Services{% endtrans %}{% endblock %} +{% block lastupdated %}{% trans %}January 2016{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.23{% endblock %} +{% block content %} + +

{% 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 %}

+ +

{% 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 %}

+ +{% endblock %}