A Python port of the Invisible Internet Project (I2P)
at main 7 lines 222 B view raw
1"""SusiDNS — web-based addressbook manager for I2P. 2 3Provides a UI for managing .i2p hostname-to-destination mappings. 4Wraps the addressbook storage with search, add, remove, and file I/O. 5 6Ported from i2p.susi.dns. 7"""