mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 13:19:48 +00:00
* Add example, according to issue #3752 * Add list options * Replace generic IPs * Remove chars < and > * Update docs/src/content/concepts-options.md Perfect Co-authored-by: Maximilian Hils <github@maximilianhils.com> --------- Co-authored-by: Maximilian Hils <github@maximilianhils.com>
This commit is contained in:
parent
93d16af383
commit
90686abe82
@ -34,7 +34,11 @@ persistent by saving the settings out to a YAML configuration file (please see
|
|||||||
the specific tool's interactive help for details on how to do this).
|
the specific tool's interactive help for details on how to do this).
|
||||||
|
|
||||||
For all tools, options can be set directly by name using the `--set`
|
For all tools, options can be set directly by name using the `--set`
|
||||||
command-line option. Please see the command-line help (`--help`) for usage.
|
command-line option. Please see the command-line help (`--help`) for usage. Example:
|
||||||
|
```
|
||||||
|
mitmproxy --set anticomp=true
|
||||||
|
mitmweb --set ignore_hosts=example.com --set ignore_hosts=example.org
|
||||||
|
```
|
||||||
|
|
||||||
## Available Options
|
## Available Options
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user