Updated Using i2pd (markdown)

l-n-s
2016-08-23 13:28:42 +00:00
parent 021ba139bd
commit 93deec05d2

@@ -8,6 +8,44 @@ and many more.
## Browsing and hosting websites ## 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 ## Using and hosting chat servers
### Running anonymous IRC server ### Running anonymous IRC server