Skip to content

Commit

Permalink
Minor config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 committed Jan 4, 2024
1 parent a8ed7db commit d9c2097
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@

# Python cache
__pycache__

# Network dumps
*.har
20 changes: 10 additions & 10 deletions config-3ds.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion config-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 10 additions & 10 deletions config-wiiu.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d9c2097

Please sign in to comment.