minimal icon indicating copy to clipboard operation
minimal copied to clipboard

Add 'I2P' (darknet) as overlay bundle

Open ivandavidov opened this issue 8 years ago • 2 comments

My recent experiments with JDK 9 showed that it is possible to run the I2P engine on MLL. All necessary prerequisites are:

  • glibc
  • Java 9 (for testing purposes, otherwise any Java version is OK)
  • zlib - new dependency for Java 9
  • dhcp
  • links

The installer can be taken from the following URL:

https://download.i2p2.de/releases/0.9.31/i2pinstall_0.9.31.jar

My experiments in MLL environment showed that I2P can be installed in console mode like this:

java -jar i2pinstall.jar --console

After that the I2P router can be started by invoking the runplain.sh script. Finally, run links and access the following URL:

http://127.0.0.1:7657

It is possible to access eepsites by configuring the proxy settings for HTTP on port 4444 and HTTPS on port 4445. The links browser allows to provide proxy configuration for HTTP which should be enough.

ivandavidov avatar Sep 22 '17 00:09 ivandavidov

that might be a bit overkill, why not use i2pd? https://github.com/PurpleI2P/i2pd/

you can also provide a socks5 proxy, which is handy

yhaenggi avatar Sep 22 '17 09:09 yhaenggi

Thanks, I didn't know about the i2pd project. I'll take a look at it.

ivandavidov avatar Sep 22 '17 09:09 ivandavidov