mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-04-25 07:52:48 -05:00
24 lines
582 B
YAML
24 lines
582 B
YAML
# See https://docs.mitmproxy.org/stable/concepts-options/ for documentation
|
|
|
|
listen_port: 8080
|
|
web_port: 8081
|
|
|
|
# Make sure that the right configuration files and certs are loaded
|
|
client_certs: ./client-certificates/WiiU-common.pem
|
|
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
|