Make .i2p sites go through the i2pd proxy on all computers in the network

I don't know how i2p proxy works, but here's my scheme for HTTP(S) "router".

  1. Multiple Wireguard/OpenVPN tunnels to different destinations.

  2. Docker running on OpenWrt, each container has its own IP address.

  3. Multiple containers running TinyProxy, all using same minimal configuration.

  4. Policy-based routing (PBR) routes traffic from each container via its own Wireguard tunnel.

  5. In Chrome I use ProxySwitchyOmega to route sites based on URL (regex available).

I think this scheme cold work with an I2P proxy as well.

1 Like