mitmproxy/libmproxy
Aldo Cortesi 09c503563a Enable config file parsing
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.
2014-11-15 17:25:05 +13:00
..
console always show error messages 2014-11-15 00:52:26 +01:00
contrib
onboarding First-order integration of configargparser to add config file support 2014-11-15 16:14:08 +13:00
platform First-order integration of configargparser to add config file support 2014-11-15 16:14:08 +13:00
protocol handle script hooks in replay, fix tests, fix #402 2014-11-14 00:26:22 +01:00
proxy First-order integration of configargparser to add config file support 2014-11-15 16:14:08 +13:00
web add generic tcp proxying, fix #374 2014-10-18 18:29:35 +02:00
__init__.py
cmdline.py Enable config file parsing 2014-11-15 17:25:05 +13:00
controller.py
dump.py always show error messages 2014-11-15 00:52:26 +01:00
encoding.py
filt.py
flow.py handle script hooks in replay, fix tests, fix #402 2014-11-14 00:26:22 +01:00
main.py Refactor command-line argument definition 2014-11-15 16:29:38 +13:00
script.py
stateobject.py clean up timestamp handling 2014-09-21 22:46:48 +02:00
tnetstring.py
utils.py
version.py bump version 2014-11-14 16:18:05 +01:00