forked from PretendoNetwork/mitmproxy-nintendo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a44495f
commit bfb5d01
Showing
4 changed files
with
9 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ configuration/* | |
!configuration/config.yaml | ||
|
||
# Python cache | ||
__pycache__ | ||
__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
configuration/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,12 @@ | ||
# See https://docs.mitmproxy.org/stable/concepts-options/ for documentation | ||
|
||
# An easy-to-remember port that should not conflict with anything | ||
listen_port: 8888 | ||
web_port: 8089 | ||
mode: reverse:http://127.0.0.1:81 | ||
keep_host_header: true | ||
block_global: false | ||
listen_port: 8080 | ||
web_port: 8081 | ||
|
||
# Disable HTTP/2 support, as it seems buggy and is not necessary | ||
http2: false | ||
|
||
# These just make sure that the right configuration files and certs are loaded. | ||
# This makes sure that the right configuration files and certs are loaded. | ||
client_certs: ./client-certificates/WiiU-common.pem | ||
confdir: ./configuration | ||
|
||
# This enables the Pretendo redirection script. | ||
scripts: ["./pretendo_addon.py"] | ||
scripts: ["../pretendo_addon.py"] | ||
pretendo_redirect: true | ||
|
||
# A couple convenience features | ||
console_focus_follow: true | ||
showhost: true | ||
console_palette: dark | ||
console_layout: vertical |