Enable local server redirection by default

This commit is contained in:
Matthew Lopez 2024-01-04 08:09:29 -05:00 committed by GitHub
parent 4803b3a097
commit 293ece3dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,11 @@ confdir: ./.mitmproxy
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