Skip to content

Commit 08a947b

Browse files
Add "local" mode to ‘--mode help’ command description (mitmproxy#7976) (mitmproxy#7977)
* Add 'local' to --mode help text * Fix whitespace nit * Fix spacing in mode help text --------- Co-authored-by: rohahann-tech <rohahann@gmail.com>
1 parent 2607487 commit 08a947b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mitmproxy/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def __init__(self, **kwargs) -> None:
111111
"""
112112
The proxy server type(s) to spawn. Can be passed multiple times.
113113
114-
Mitmproxy supports "regular" (HTTP), "transparent", "socks5", "reverse:SPEC",
114+
Mitmproxy supports "regular" (HTTP), "local", "transparent", "socks5", "reverse:SPEC",
115115
"upstream:SPEC", and "wireguard[:PATH]" proxy servers. For reverse and upstream proxy modes, SPEC
116116
is host specification in the form of "http[s]://host[:port]". For WireGuard mode, PATH may point to
117117
a file containing key material. If no such file exists, it will be created on startup.

0 commit comments

Comments
 (0)