From de2c6bde79591f5bfd9f5135697e2562aa5f98dc Mon Sep 17 00:00:00 2001
From: Luke Smith
Date: Sun, 29 Aug 2021 15:33:16 -0400
Subject: i2p guide added to rss
---
rss.xml | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 87 insertions(+)
(limited to 'rss.xml')
diff --git a/rss.xml b/rss.xml
index 430d60b..ec35f02 100644
--- a/rss.xml
+++ b/rss.xml
@@ -15,6 +15,93 @@
+
+Mirror your site over I2P
+https://landchad.net/i2p.html
+https://landchad.net/i2p.html
+Sun, 29 Aug 2021 15:32:44 -0400
+
Mirror Your Site Over I2P
+
+
+
+
+ Now you have a website, why not offer it in a private alternative such as the Invisible Internet?
+
+
Setting up I2P
+
+ There are 2 main I2P implementations, I2P and i2pd, we are using i2pd in this
+ guide because it's easier to use in servers.
+
+
Installing I2P
+
+ i2pd is in most repos, in debian/ubuntu you can install it simply
+ with
apt install i2pd
+
+
Enabling I2P
+
+ We are going to create a user for i2pd, because i2pd finds the configuration
+ files in its home directory. And it's easier (and more tidy) to have it in a separate user:
+
+ Now that you're in ~/.i2pd, you have to create a file named
+ "tunnels.conf". Which is the config file for every hidden service you're
+ offering over I2P, the content should be like this:
+
+ From here, the steps are almost identical to setting up a normal website configuration file.
+ Follow the steps as if you were making a new website on the webserver
+ tutorial up until the server block of code. Instead, paste this:
+