From bfd5a73faabbbd0f19fc7629243596198c82c60e Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Thu, 5 Jan 2023 02:34:17 +0000 Subject: [PATCH] copy requirements from old to policy --- .../get-involved/guides/reseed-policy.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/i2p2www/pages/site/get-involved/guides/reseed-policy.html b/i2p2www/pages/site/get-involved/guides/reseed-policy.html index 7addef24b..7362633f4 100644 --- a/i2p2www/pages/site/get-involved/guides/reseed-policy.html +++ b/i2p2www/pages/site/get-involved/guides/reseed-policy.html @@ -5,6 +5,27 @@ <h2>{% trans %}Reseed Policy Information{% endtrans %}</h2> +<h3>2. Requirements</h3> + +<p> +Requirements for running a public reseed server: +</p> +<ul> +<li>Well integrated running I2P router @ 24/7</li> +<li>Server with static IPv4 (2 cpu/ 2GB ram is fine)</li> +<li>Unix to run the golang solution</li> +<li>Own domain, sub-domain or an anonymous third-level domain</li> +<li>A self-signed SSL certificate, or an SSL certificate from <a href="https://letsencrypt.org" target="_blank">Let's Encrypt</a></li> +<li>Enough bandwidth and traffic volume - Around 15 GB/month as of December 2016</li> +<li>Up-to-date web server (Apache/nginx), HTTPS ONLY with TLS 1.2 and good ciphers</li> +</ul> +Optional: +<ul> +<li>fail2ban to protect you from botnets</li> +<li>GnuPG/PGP for signed/encrypted emails</li> +<li>IPv6</li> +</ul> + <p>{% trans -%} When your setup is complete and ready for testing, we will need the HTTPS URL, the SSL public key certificate (only if selfsigned), and the su3 public key certificate. -- GitLab