Connect I2P with Yggdrasil


Access the I2P network without installing its i2pd router.


FireFox / LibreWolf


PAC file


Settings > Network Settings > Automatic proxy configuration URL > file:///path/to/route.pac


function FindProxyForURL(url, host)
{
  if (/\.(i2p|onion)$/.test(host))
  {
    // HTTP
    return 'PROXY [324:71e:281a:9ed3::fa11]:3128';

    // SOCKS5
    // return 'SOCKS5 [324:71e:281a:9ed3::fa11]:1080';
  }
}

DNS


Enter to the URL `about:config`, then add following records:



Test


http://proxy4uwdijqxac2bvdx4fuhem6njmiwukuk2gelejv2nzxka2xq.b32.i2p


Feedback


Discussion on BBS

Comment on the Fediverse instance


See also


Connect Libera.​Chat with Yggdrasil



/en/