http://mabufs.i2p/blog/outproxy-i2p
First we will install i2pd and privoxy with the command pkg install i2pd privoxy After the installation we need to edit the i2pd tunnel.conf configuration file to create the tunnel server: ee /usr/local/etc/i2pd/tunnels.conf Add the following to it: [outproxy] type = server host = 127.0.0.1 port = 8118 keys = outproxy.dat signaturetype=7 inbound.length=1 outbound.length=1 Also, if you need to create an i2p site, write in the same file: [http-website-name] type = http host = 127.0.0.1 port...