Skip to content

Commit

Permalink
Set up a configuration that works on Wii U
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 committed Dec 16, 2023
1 parent 85b7d1e commit 57e18cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mitmproxy-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57e18cf

Please sign in to comment.