mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +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
1 changed files with 5 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue