Sign inSign up

ksey/i2pd

By ksey

Updated over 3 years ago
Archived

Unofficial Docker Image for i2pd

Image
0

2.2K

ksey/i2pd repository overview

i2pd

Unofficial Docker Image for i2pd

This is unofficial dockerized precompiled i2pd image.

i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client. i2p (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.

i2pd

More info:

Requirements
  • server with docker
  • ~128 Mb RAM, ~200 Mb disk space
Installing

Create any directory (like /docker/i2pd), put the "i2pd.conf" and "tunnels.conf" files there, edit them and connect this directory to the container directory "/var/lib/i2pd":

docker run --name i2pd --restart=unless-stopped -d -p 7070:7070 -p 4444:4444 -p 4447:4447 -p 7656:7656 -v /docker/i2pd:/var/lib/i2pd ksey/i2pd

Default PARAMS:

--service --bandwidth P --share 50 --limits.transittunnels 256 --upnp.enabled true --http.address 0.0.0.0 --httpproxy.address 0.0.0.0 --socksproxy.address 0.0.0.0 --sam.enabled true --sam.address 0.0.0.0

More info - https://i2pd.readthedocs.io/en/latest/user-guide/configuration/

Tag summary

Content type

Image

Digest

sha256:611f47ab3

Size

31.3 MB

Last updated

over 3 years ago

docker pull ksey/i2pd