Skip to content

imkk000/play-i2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

play-i2p

I2P client node tunneled over Tor for double-layer anonymity. Your I2P traffic (reseed + transport) exits through Tor before touching the I2P network.

Architecture

your app → SOCKS :4447 → i2pd → Tor (socks://onion:9050) → I2P network
  • notransit = true — client only, no relaying others' traffic
  • NTCP2 published = false — your real IP is never announced
  • Reseed bootstraps through Tor

Usage

docker compose up -d

Configure your browser or app to use SOCKS5 proxy at 127.0.0.1:4447 to access .i2p sites.

Wait a few minutes on first start for i2pd to bootstrap and build tunnels.

Notes

  • I2P web console is disabled (no exposed ports needed)
  • Tor is only used by i2pd internally; it does not provide a Tor exit for general use

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors