mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-09-07 10:55:14 -05:00
Remove unneeded comments and options from config
This commit is contained in:
@@ -5,11 +5,8 @@ listen_port: 2240
|
||||
web_port: 8088
|
||||
|
||||
# These settings make sure that connections are not blocked because they use an
|
||||
# old version of TLS. This was probably the most annoying problem to solve for
|
||||
# me. Note that not all of these settings are actually used; some are just for
|
||||
# compatability with older versions and are ignored.
|
||||
# old version of TLS.
|
||||
ssl_insecure: true
|
||||
upstream_cert: false
|
||||
tls_version_server_min: UNBOUNDED
|
||||
tls_version_client_min: UNBOUNDED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user