1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/i2pd
2019-06-10 07:32:27 +08:00
..
arm add i2pd 2019-06-10 07:32:27 +08:00
data add i2pd 2019-06-10 07:32:27 +08:00
docker-compose.yml add i2pd 2019-06-10 07:32:27 +08:00
Dockerfile add i2pd 2019-06-10 07:32:27 +08:00
README.md add i2pd 2019-06-10 07:32:27 +08:00

i2pd

i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.

docker-compose.yml

i2pd:
  image: vimagick/i2pd
  ports:
    - "4444:4444"
    - "4447:4447"
    - "7070:7070"
  volumes:
    - ./data/i2pd.conf:/etc/i2pd/i2pd.conf
    - ./data/tunnels.conf.d:/etc/i2pd/tunnels.conf.d
  restart: unless-stopped

Server

$ docker-compose up -d

Client

Download FoxyProxy for Firefox.

Example Sites

http://planet.i2p/ http://identiguy.i2p http://tracker2.postman.i2p