Set up the network dump configurations

This commit is contained in:
Matthew Lopez 2024-01-04 08:16:27 -05:00 committed by GitHub
parent 293ece3dde
commit 6f9aa93ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 1 deletions

View File

@ -1 +1 @@
../mitmproxy-config.yaml
../config-local.yaml

9
config-3ds.yaml Normal file
View File

@ -0,0 +1,9 @@
listen_port: 8083
web_port: 8081
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

9
config-wiiu.yaml Normal file
View File

@ -0,0 +1,9 @@
listen_port: 8082
web_port: 8081
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