diff --git a/New-or-Unknown-Features.md b/New-or-Unknown-Features.md new file mode 100644 index 0000000..4eacfd8 --- /dev/null +++ b/New-or-Unknown-Features.md @@ -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'. \ No newline at end of file