Address review comments

This commit is contained in:
Matthew Lopez 2024-01-05 13:20:41 -05:00 committed by GitHub
parent 994250f7df
commit 41853f1988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 9 deletions

View File

@ -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" the proxy server. You should see some "client connect" and "client disonnect"
messages. messages.
6. Do whatever activity you want to have in the network dump. 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 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 current folder that your terminal is running in (if you don't know, run
the `pwd` command). the `pwd` command).

View File

@ -1,6 +1,4 @@
listen_port: 8083 listen_port: 8083
web_port: 8081
web_host: 0.0.0.0
hardump: ./dumps/3ds-latest.har hardump: ./dumps/3ds-latest.har

View File

@ -22,7 +22,3 @@ ssl_insecure: true
# Allow the console to use older TLS versions # Allow the console to use older TLS versions
tls_version_client_min: UNBOUNDED tls_version_client_min: UNBOUNDED
tls_version_server_min: UNBOUNDED tls_version_server_min: UNBOUNDED
# A few convenience features
anticache: true
showhost: true

View File

@ -1,6 +1,4 @@
listen_port: 8082 listen_port: 8082
web_port: 8081
web_host: 0.0.0.0
hardump: ./dumps/wiiu-latest.har hardump: ./dumps/wiiu-latest.har