Skip to content

Commit

Permalink
Enable local server redirection by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 authored Jan 4, 2024
1 parent 4803b3a commit 293ece3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mitmproxy-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 293ece3

Please sign in to comment.