shrirajhegde/i2pd-tor

By shrirajhegde

Updated over 1 year ago

Image with improvements on top of https://hub.docker.com/r/divax/i2p (tor variant)

Image
Networking
0

6.3K

shrirajhegde/i2pd-tor repository overview

Repo: https://github.com/ShrirajHegde/i2pd

Suggested browser: LibreWolf with NoScript extension

Search for "network", click settings, and enable 'Automatic proxy configuration URL', and set it to http://localhost:8080/proxy.pac

Enable 'Proxy DNS when using SOCKS v5'

Example Docker compose:

services:
    i2p:
        environment:
            - PORT_TOR=9950
            - ENABLE_HTTPPROXY=1
            - PORT_HTTP_PROXY=4444
            - ENABLE_SOCKSPROXY=1
            - PORT_SOCKSPROXY=4445
            - ENABLE_SAM=1
            - PORT_SAM=7656
            - ENABLE_FLOODFILL=0
            - BANDWIDTH=X
            - TRANSIT_SHARE=100
            - ENABLE_UPNP=0
            - ENABLE_HIDDEN = 0
            - ENABLE_TUNNELS = 0
            # if you want i2pd to listen to all interfaces (inside docker container)
            # set IP_CONTAINER to 0.0.0.0 by uncommenting the line below
            - IP_CONTAINER=0.0.0.0

        ports:
        # i2pd webconsole
            - 127.0.0.1:7070:7070
        # http proxy
            - 127.0.0.1:4444:4444
        # socks proxy for tor
            - 127.0.0.1:9950:9050
        # proxy setup
            - 127.0.0.1:8080:8080
        # SAM 
            - 127.0.0.1:7656:7656
        # i2cp
            - 127.0.0.1:7654:7654

        volumes:
            - ./data:/home/i2pd/data
            - ./conf:/home/i2pd/conf

        container_name: i2pd-tor
        image: shrirajhegde/i2pd-tor

Tag summary

Content type

Image

Digest

sha256:e532b3146

Size

16.6 MB

Last updated

over 1 year ago

docker pull shrirajhegde/i2pd-tor:git-93ec5ac5