mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-04-24 23:37:04 -05:00
25 lines
625 B
YAML
25 lines
625 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
|
|
|
|
# Set up redirection to a local server
|
|
pretendo_host: nginx
|
|
pretendo_host_port: 80
|
|
pretendo_http: 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
|