mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-03-21 17:24:10 -05:00
Address review comments
This commit is contained in:
parent
994250f7df
commit
41853f1988
|
|
@ -41,7 +41,7 @@ redirecting requests to a local Pretendo Network server and collecting Wii U and
|
|||
the proxy server. You should see some "client connect" and "client disonnect"
|
||||
messages.
|
||||
6. Do whatever activity you want to have in the network dump.
|
||||
7. Press `Control` and `c` in the terminal window to stop the proxy. This will
|
||||
7. Press `Control` and `C` in the terminal window to stop the proxy. This will
|
||||
create a network dump HAR file in the `dumps` folder, which you can find in
|
||||
the current folder that your terminal is running in (if you don't know, run
|
||||
the `pwd` command).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
listen_port: 8083
|
||||
web_port: 8081
|
||||
web_host: 0.0.0.0
|
||||
|
||||
hardump: ./dumps/3ds-latest.har
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,3 @@ ssl_insecure: true
|
|||
# Allow the console to use older TLS versions
|
||||
tls_version_client_min: UNBOUNDED
|
||||
tls_version_server_min: UNBOUNDED
|
||||
|
||||
# A few convenience features
|
||||
anticache: true
|
||||
showhost: true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
listen_port: 8082
|
||||
web_port: 8081
|
||||
web_host: 0.0.0.0
|
||||
|
||||
hardump: ./dumps/wiiu-latest.har
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user