This commit is contained in:
Jeff Becker 2016-11-24 09:26:48 -05:00
parent 45cc9532e0
commit abbe0fc559

View file

@ -27,3 +27,7 @@ def baddies():
def index():
return """this server serves a router info blocklist of ip addresses with unreasonably high desnity of i2p routers (right now just floodfills)
"""
if __name__ == '__main__':
app.run()