Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fuss:i2p [2016/01/30 11:04] – [List of Reseed URLs] officefuss:i2p [2022/04/19 08:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Getting Around Pesky Proxy Detectors ======
 +
 +Some major i2p sites (eepsites) block you in case you are browsing through a proxy (very crazy given that i2p is meant to be used as a proxy). In case you have a proxy and you browse to an eepsite and see this:
 +<code>
 +403 Denied
 +
 +Inproxy access denied. You must run I2P to access this site.
 +</code>
 +
 +you may need to fix your privacy settings. If you have polipo, you may want to edit the configuration to include the lines:
 +<code>
 +disableVia = true 
 +censoredHeaders = From 
 +censorReferer = maybe 
 +</code>
 +
 +In case you have squid, the [[fuss/squid#privacy_settings|privacy settings in the squid FUSS page]] seem to be able to bypass this protection quite well.
 +
 +Some of these i2p websites check the ''HTTP_X_FORWARDED_FOR'' header and then block anyone that uses i2p through a proxy (what the hell for?). An example script for ngnix carries the following snippet:
 +<code perl>
 +my $forwarded=$ENV{"HTTP_X_FORWARDED_FOR"};
 +
 +if (length($forwarded) > 0) {
 +
 +print "Status: 403 Denied\r\n";
 +
 +print "Content-Type: text/html\r\n\r\n";
 +
 +print "<html><head><title>FAIL</title></head>\n";
 +
 +print "<body>You must be running i2p to use this service</body></html>\n";
 +
 +exit 0; }
 +</code>
 +
 +====== List of Addressbook Subscriptions for Websites ======
 +
 +You can subscribe to the following host-lists in order to be able to discover and browse more websites on the i2p network:
 +
 +<code>
 +http://i2p-projekt.i2p/hosts.txt
 +http://i2pjump.i2p/hosts
 +http://identiguy.i2p/hosts.txt
 +http://inr.i2p/export/alive-hosts.txt
 +http://joajgazyztfssty4w2on5oaqksz6tqoxbduy553y34mf4byv6gpq.b32.i2p/export/alive-hosts.txt
 +http://no.i2p/export/alive-hosts.txt
 +http://notbob.i2p/hosts.txt
 +http://reg.i2p/export/hosts.txt
 +http://stats.i2p/cgi-bin/newhosts.txt
 +</code>
 +====== List of Reseed URLs ======
 +
 +<code>
 +http://a.netdb.i2p2.de/
 +http://c.netdb.i2p2.de/
 +https://a.netdb.i2p2.de/
 +https://c.netdb.i2p2.de/
 +https://i2p.mooo.com/netDb/
 +https://i2p.novg.net/
 +https://i2pseed.creativecowpat.net:8443/
 +https://r31453.ovh.net/static_media/files/netDb/
 +https://reseed.diva.exchange/
 +https://reseed.i2p-projekt.de/
 +https://reseed.i2pgit.org/
 +https://reseed.memcpy.io/
 +https://reseed.onion.im/
 +
 +</code>
  

fuss/i2p.1454151845.txt.bz2 · Last modified: 2016/01/30 11:04 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.