This edit of tahoe is different from the one made by duck.
Duck's version works by implementing an http proxy in foolscap and directing outgoing connections through it.
This edit works by having Twisted, the networking library that operates below foolscap and tahoe,
use bob to connect to b64 dests or hosts ending in '.b32.i2p'.
This is accomplished through the use of a library called I2PY_BOB, which allows the creation of native python sockets that use i2p transparently.
This means that the tahoe create-node command can be used to set up a server, without manually making any tunnels.
This version also works on windows.
I am a lot less familiar with Duck's edits than i am with my own.
If I gave an inaccurate description of it, I did not mean to.