mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-03-21 17:24:10 -05:00
Enable local server redirection by default
This commit is contained in:
parent
4803b3a097
commit
293ece3dde
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user