From 41853f1988d6c03a73869f2e786f4e171b5bf31d Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:20:41 -0500 Subject: [PATCH] Address review comments --- README.md | 2 +- config-3ds.yaml | 2 -- config-local.yaml | 4 ---- config-wiiu.yaml | 2 -- 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 58daf44..22e4cdc 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/config-3ds.yaml b/config-3ds.yaml index cf1d981..5e2ff24 100644 --- a/config-3ds.yaml +++ b/config-3ds.yaml @@ -1,6 +1,4 @@ listen_port: 8083 -web_port: 8081 -web_host: 0.0.0.0 hardump: ./dumps/3ds-latest.har diff --git a/config-local.yaml b/config-local.yaml index d61de43..219d99e 100644 --- a/config-local.yaml +++ b/config-local.yaml @@ -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 diff --git a/config-wiiu.yaml b/config-wiiu.yaml index d6ba264..193ad8a 100644 --- a/config-wiiu.yaml +++ b/config-wiiu.yaml @@ -1,6 +1,4 @@ listen_port: 8082 -web_port: 8081 -web_host: 0.0.0.0 hardump: ./dumps/wiiu-latest.har