Created New or Unknown Features (markdown)

Fledge68 2021-10-04 12:43:21 -05:00
parent ef89321720
commit da28d88927

@ -0,0 +1,22 @@
## Proxy Settings
If you use a proxy server for your Wii internet connection WiiFlow has you covered thanks to Wiidev and wolfssl.
You have two options.
1. Use the Wii's system settings.
2. Enter your proxy settings in wiiflow_lite.ini manually using a text editor (notepad++).
Go to 'main settings' page 14 to choose if you want to use the Wii's system settings or not.
Note: If you don't use a proxy then keep this set to 'yes'.
If you choose #2 above open wiiflow_lite.ini with notepad++ and look for the following:
[PROXY]
proxy_address=
proxy_password=
proxy_port=0
proxy_use_system=yes
proxy_username=
Enter the necessary info here and save it. You should also change proxy_use_system= to 'no'.