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';
}
}
- an example above uses the outproxy.acetone.*
DNS
Enter to the URL `about:config`, then add following records:
- browser.fixup.domainsuffixwhitelist.i2p
- browser.fixup.domainsuffixwhitelist.onion