A Python port of the Invisible Internet Project (I2P)
at main 7 lines 242 B view raw
1"""I2P Router Console — web dashboard for router management. 2 3Flask-based web interface replacing Java I2P's Jetty + JSP console. 4Serves at localhost:7657 with server-rendered HTML pages and a REST API. 5 6Ported from net.i2p.router.web. 7"""