mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
We support 4 different config files: ~/.mitmproxy/common.conf: Options that are common to all tools ~/.mitmproxy/mitmproxy.conf: Options for mitmproxy ~/.mitmproxy/mitmdump.conf: Options for mitmdump ~/.mitmproxy/mitmweb.conf: Options for mitmweb Options in the tool-specific config files over-ride options in common.conf. If a non-common option is put in common.conf, an error will be raised if a non-supporting tool is used. |
||
|---|---|---|
| .. | ||
| console | ||
| contrib | ||
| onboarding | ||
| platform | ||
| protocol | ||
| proxy | ||
| web | ||
| __init__.py | ||
| cmdline.py | ||
| controller.py | ||
| dump.py | ||
| encoding.py | ||
| filt.py | ||
| flow.py | ||
| main.py | ||
| script.py | ||
| stateobject.py | ||
| tnetstring.py | ||
| utils.py | ||
| version.py | ||