<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Libre Things &#187; Hadopi</title>
	<atom:link href="http://positon.org/tag/hadopi/feed" rel="self" type="application/rss+xml" />
	<link>http://positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>I2P proxy configuration via PAC file</title>
		<link>http://positon.org/i2p-proxy-configuration-via-pac-file</link>
		<comments>http://positon.org/i2p-proxy-configuration-via-pac-file#comments</comments>
		<pubDate>Sun, 19 Dec 2010 22:16:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hadopi]]></category>
		<category><![CDATA[I2P]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=107</guid>
		<description><![CDATA[With the new french Hadopi law&#8230; I just tested the I2P nework, which works fairly well. Installation is very easy. Just download the .exe file. Then launch it with the java -jar command, like explained on the official site (and it works on Linux, yes !). Now, if you want to access .i2p sites, like [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>With the new french <a href="http://en.wikipedia.org/wiki/HADOPI_law">Hadopi law</a>&#8230; I just tested the I2P nework, which works fairly well.</p>
<p>Installation is very easy. Just <a href="http://www.i2p2.de/download.html">download the .exe</a> file. Then launch it with the <code>java -jar</code> command, like explained on the official site (and it works on Linux, yes !).</p>
<p>Now, if you want to access .i2p sites, like <a href="http://forum.i2p" title="http://forum.i2p">http://forum.i2p</a>, you must configure your browser to use the I2P proxy: <code>localhost:4444</code></p>
<p>If you don&#8217;t want to use the proxy when connecting to standard non-i2p sites, you can use the <a href="https://addons.mozilla.org/fr/firefox/addon/2464/">FoxyProxy</a> Firefox extension.</p>
<p>You can also use a <a href="http://en.wikipedia.org/wiki/Proxy_auto-config">PAC (Proxy Auto-Config)</a> file:</p>
<pre>
function FindProxyForURL(url, host) {
    if (dnsDomainIs(host, &quot;.i2p&quot;)) {
        return &quot;PROXY localhost:4444&quot;;
    } else {
        return &quot;DIRECT&quot;;
    }
}
</pre>
<p>Then configure Firefox, or proxy configuration in Gnome to use the <code>file:///path/to/proxy.pac</code> file as configuration.</p>
<p>Warning: a bad eepsite (.i2p site), can <a href="http://forum.i2p2.de/viewtopic.php?p=30030">detect your real IP address</a> with that.</p>
<p><ins>Links</ins>:</p>
<ul>
<li><a href="http://www.i2p2.de/" title="http://www.i2p2.de/">http://www.i2p2.de/</a> I2P site</li>
<li><a href="http://forum.i2p/viewtopic.php?p=30030" title="http://forum.i2p/viewtopic.php?p=30030">http://forum.i2p/viewtopic.php?p=30030</a></li>
<li><a href="http://forum.i2p2.de/viewtopic.php?p=30030" title="http://forum.i2p2.de/viewtopic.php?p=30030">http://forum.i2p2.de/viewtopic.php?p=30030</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/i2p-proxy-configuration-via-pac-file/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>
