mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
aa90fd359d
For now, the config file docs basically say "it's YAML, read the source". We should do better for the next release.
14 lines
419 B
ReStructuredText
14 lines
419 B
ReStructuredText
.. _config:
|
|
|
|
Configuration
|
|
=============
|
|
|
|
Mitmproxy is configured with a YAML_ file, located at
|
|
``~/.mitmproxy/config.yaml``. We'll have complete documentation for all
|
|
supported options in the next release in the meantime, please consult the
|
|
source_ for a complete list of options and types.
|
|
|
|
|
|
.. _YAML: http://www.yaml.org/start.html
|
|
.. _source: https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/options.py
|