mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 07:18:58 +00:00
6 lines
115 B
Python
Executable File
6 lines
115 B
Python
Executable File
#!/usr/bin/env python
|
|
from libpathod import pathod
|
|
|
|
s = pathod.PathodServer(("127.0.0.1", 8888))
|
|
s.serve_forever()
|