Update some usage information in the readme

This commit is contained in:
Matthew Lopez 2021-08-30 20:01:00 -04:00
parent 827f6a0af6
commit 62d47316b8
No known key found for this signature in database
GPG Key ID: 302A6EE3D63B7E0E

View File

@ -7,6 +7,7 @@ A package for intercepting traffic from the WiiU and 3DS
- mitmproxy (https://mitmproxy.org/)
- a *nix system (macos, linux, untested on WSL)
- SSL patches for your console ([3DS SSL Patch](https://github.com/InternalLoss/3DS-SSL-Patch), [WiiU SSL Patch](https://github.com/PretendoNetwork/network-installer/tree/nossl-5.5.5))
- Alternatively, you can replace the `CACERT_NINTENDO_CA_G3.der` file with the mitmproxy CA cert.
## Usage
@ -14,7 +15,7 @@ A package for intercepting traffic from the WiiU and 3DS
- Run one of the launcher scripts to launch a proxy server
- Configure your console to connect to the proxy
For use with Pretendo run with the option `--scripts ./pretendo_addon.py`. This will add the custom `pretendo_redirect` and `pretendo_http` options
Running the launcher script will now automatically load the Pretendo addon script. This will add the custom `pretendo_redirect` and `pretendo_http` options to mitmproxy.
## Known issues