mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-04-26 09:20:35 -05:00
Set up the network dump configurations
This commit is contained in:
parent
293ece3dde
commit
6f9aa93ffb
|
|
@ -1 +1 @@
|
||||||
../mitmproxy-config.yaml
|
../config-local.yaml
|
||||||
9
config-3ds.yaml
Normal file
9
config-3ds.yaml
Normal 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
9
config-wiiu.yaml
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user