From 93deec05d219c6ec85ff72c8fee8393d21cc017f Mon Sep 17 00:00:00 2001 From: l-n-s Date: Tue, 23 Aug 2016 13:28:42 +0000 Subject: [PATCH] Updated Using i2pd (markdown) --- Using-i2pd.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/Using-i2pd.md b/Using-i2pd.md index 2fa80ed..1ab8795 100644 --- a/Using-i2pd.md +++ b/Using-i2pd.md @@ -8,6 +8,44 @@ and many more. ## Browsing and hosting websites +### Browse anonymous websites + +To browse anonymous websites inside Invisible Internet, configure your web browser to use HTTP proxy 127.0.0.1:4444 (available by default in i2pd). + +In Firefox: Preferences -> Advanced -> Network tab -> Connection Settings -> choose Manual proxy configuration, Enter HTTP proxy 127.0.0.1, Port 4444 + +In Chromium: run chromium executable with key + + chromium --proxy-server="http://127.0.0.1:4444" + +Note that if you wish to stay anonymous too you'll need to tune your browser for better privacy. Do your own research, [can start here](http://www.howtogeek.com/102032/how-to-optimize-mozilla-firefox-for-maximum-privacy/). + +Big list of Invisible Internet websites can be found at [identiguy.i2p](http://identiguy.i2p). + +### Host anonymous website + + +If you wish to run your own website in anonymous internet, follow those steps: + +1) Run your webserver and find out which port it uses (for example, 8080). + +2) Configure i2pd to create HTTP server tunnel. + + [http-in] + type = http + host = ourwebsite.com + port = 8080 + keys = our-website.dat + +3) Find b32 destination of your website. + + insert instructions here + +Website is now available in Invisible internet by visiting this address. + +4) (Optional) Register short and rememberable .i2p domain on [inr.i2p](http://inr.i2p). + + ## Using and hosting chat servers ### Running anonymous IRC server