mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
Replaced reference to deprecated --ignore option with --ignore-hosts.
This commit is contained in:
parent
901a8dd7d4
commit
6b1a0986c4
@ -164,8 +164,8 @@ class Options(optmanager.OptManager):
|
|||||||
"tcp_hosts", Sequence[str], [],
|
"tcp_hosts", Sequence[str], [],
|
||||||
"""
|
"""
|
||||||
Generic TCP SSL proxy mode for all hosts that match the pattern.
|
Generic TCP SSL proxy mode for all hosts that match the pattern.
|
||||||
Similar to --ignore, but SSL connections are intercepted. The
|
Similar to --ignore-hosts, but SSL connections are intercepted.
|
||||||
communication contents are printed to the log in verbose mode.
|
The communication contents are printed to the log in verbose mode.
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
self.add_option(
|
self.add_option(
|
||||||
|
Loading…
Reference in New Issue
Block a user