Ping
On Thu, August 27, 2020 18:27, Dimitri Karamazov wrote:
> I2P software bundle, includes the standard I2P implementation.
> https://geti2p.net/
>
>
> Updated to 0.9.47
> *Enables our new end-to-end encryption protocol by default for some services.
> The Sybil analysis and blocking tool is now enabled by default.
>
>
> About:
> *I2P is an anonymous overlay network - a network within a network.
> *It is intended to protect communication from dragnet surveillance
> and monitoring by third parties such as ISPs. *Is decentralised completely
> unlike tor. Each client routes
> anonymous and encrypted traffic from other clients by default. No central
> directory for routing.
> *I2P incorporates applications in the form of webapps.
> *Webapps plugins (*.su3) can be loaded easily through the console.
> *Includes a ready mail(smtp pop3) client, i2psnark (bittorrent) client,
> and Jetty (webserver). Or host with your own webserver. *Allows anonymous
> chats through IRC tunnel service.
> *Plugins for blogging, chatting, file sharing have already been written.
> *Every service(plugin) works within the i2p network itself(Except mail).
> *Not supposed to be used as an outproxy, still an outproxy is included.
> *I2P source code includes a java-service-wrapper compiled for specific
> targets but is not compatible with OpenBSD. So I've included a new port
> tanukiwrapper, and configured I2P to use it.
> *Very exhaustive(functionality) but easy to use router console.
>
>
> Testing:
> *Run the rc service, point browser to localhost:7657.
> *Set HTTP proxy to localhost:4444 to view eepsites.
> https://geti2p.net/en/about/browser-config
> *Been running the router for a week now, with no problems.
> *Personally tested the default and external plugins(e.g muwire).
> *Test dependencies not present in ports, will add to it.
> *Mount separate partition for /var/i2p if you do heavy transfers.
>
>
> Index: infrastructure/db/user.list
> ===================================================================
> RCS file: /cvs/ports/infrastructure/db/user.list,v
> retrieving revision 1.372 diff -u -p -r1.372 user.list ---
> infrastructure/db/user.list 13 Aug 2020 14:02:18 -0000 1.372
> +++ infrastructure/db/user.list 27 Aug 2020 18:02:01 -0000
> @@ -367,3 +367,4 @@ id user group port
> 856 _return _return telephony/resiprocate
> 857 _web2ldap _web2ldap sysutils/web2ldap
> 858 _purritobin _purritobin www/purritobin
> +859 _i2p _i2p net/i2p
>
>
> Any comments?