mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-04-26 01:15:24 -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"]
|
scripts: ["../pretendo_addon.py"]
|
||||||
pretendo_redirect: true
|
pretendo_redirect: true
|
||||||
|
|
||||||
|
# Set up redirection to a local server
|
||||||
|
pretendo_host: nginx
|
||||||
|
pretendo_host_port: 80
|
||||||
|
pretendo_http: true
|
||||||
|
|
||||||
# Allow self-signed certificates
|
# Allow self-signed certificates
|
||||||
ssl_insecure: true
|
ssl_insecure: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user