mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-03-21 17:24:10 -05:00
Minor config updates
This commit is contained in:
parent
a8ed7db323
commit
d9c20972ee
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
# Python cache
|
||||
__pycache__
|
||||
|
||||
# Network dumps
|
||||
*.har
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user