From d9c20972eea22c2ed0ef56baa08c06de269a9ee3 Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:56:30 -0500 Subject: [PATCH] Minor config updates --- .gitignore | 3 +++ config-3ds.yaml | 20 ++++++++++---------- config-local.yaml | 2 +- config-wiiu.yaml | 20 ++++++++++---------- 4 files changed, 24 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 6d62816..a0b49e2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ # Python cache __pycache__ + +# Network dumps +*.har diff --git a/config-3ds.yaml b/config-3ds.yaml index dfb76d3..cf1d981 100644 --- a/config-3ds.yaml +++ b/config-3ds.yaml @@ -1,10 +1,10 @@ -listen_port: 8083 -web_port: 8081 -web_host: 0.0.0.0 - -hardump: ./pretendo-network-dump-3ds.har - -client_certs: ./client-certificates/CTR-common.pem -ssl_insecure: true -tls_version_client_min: UNBOUNDED -tls_version_server_min: UNBOUNDED +listen_port: 8083 +web_port: 8081 +web_host: 0.0.0.0 + +hardump: ./dumps/3ds-latest.har + +client_certs: ./client-certificates/CTR-common.pem +ssl_insecure: true +tls_version_client_min: UNBOUNDED +tls_version_server_min: UNBOUNDED diff --git a/config-local.yaml b/config-local.yaml index c9fec0c..d61de43 100644 --- a/config-local.yaml +++ b/config-local.yaml @@ -12,7 +12,7 @@ scripts: ["../pretendo_addon.py"] pretendo_redirect: true # Set up redirection to a local server -pretendo_host: nginx +pretendo_host: 127.0.0.1 pretendo_host_port: 80 pretendo_http: true diff --git a/config-wiiu.yaml b/config-wiiu.yaml index 0c8ae6f..d6ba264 100644 --- a/config-wiiu.yaml +++ b/config-wiiu.yaml @@ -1,10 +1,10 @@ -listen_port: 8082 -web_port: 8081 -web_host: 0.0.0.0 - -hardump: ./pretendo-network-dump-wiiu.har - -client_certs: ./client-certificates/WiiU-common.pem -ssl_insecure: true -tls_version_client_min: UNBOUNDED -tls_version_server_min: UNBOUNDED +listen_port: 8082 +web_port: 8081 +web_host: 0.0.0.0 + +hardump: ./dumps/wiiu-latest.har + +client_certs: ./client-certificates/WiiU-common.pem +ssl_insecure: true +tls_version_client_min: UNBOUNDED +tls_version_server_min: UNBOUNDED