mitmproxy/pathod

6 lines
109 B
Plaintext
Raw Normal View History

2012-04-28 00:42:03 +00:00
#!/usr/bin/env python
from libpathod import pathod
2012-04-28 00:42:03 +00:00
2012-06-19 04:57:57 +00:00
s = pathod.Pathod(("127.0.0.1", 8888))
s.serve_forever()