minimal
minimal copied to clipboard
Add 'I2P' (darknet) as overlay bundle
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.
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
Thanks, I didn't know about the i2pd project. I'll take a look at it.