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