mitmproxy-pretendo/mitmproxy-config.yaml
2023-12-16 16:35:30 -05:00

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