mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-03-21 17:24:10 -05:00
Set up a configuration that works on Wii U
This commit is contained in:
parent
85b7d1e4a8
commit
57e18cf0fb
|
|
@ -10,3 +10,14 @@ confdir: ./.mitmproxy
|
|||
# Enable the Pretendo redirection script
|
||||
scripts: ["../pretendo_addon.py"]
|
||||
pretendo_redirect: true
|
||||
|
||||
# Allow self-signed certificates
|
||||
ssl_insecure: true
|
||||
|
||||
# Allow the console to use older TLS versions
|
||||
tls_version_client_min: UNBOUNDED
|
||||
tls_version_server_min: UNBOUNDED
|
||||
|
||||
# A few convenience features
|
||||
anticache: true
|
||||
showhost: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user