/=====================\
|  eth0@ifc0nfig.com  |
|=====================|
|     PS3DNS (V4)     |
\=====================/

PS3DNS CRASHES OR DOESN'T START
	a. Make sure you have .NET 4.0 installed
	b. Make sure you have extracted the whole archives contents (lib\)
	c. Try running the program as administrator. Right click on PS3DNS-GUI.exe and click "Run as administrator"

MY PS3 IS ASKING ME TO UPDATE
	a. Double check your PS3's DNS settings, make sure primary and secondary are BOTH set to your PC's IP address
	b. Reboot your PS3
	c. Check Charles and see if the update server is requesting the local copy of your ps3-updatelist.txt if it's sending Sony's then make sure the file exists in lib\ and Charles is pointing to the correct file under Tools > Map Local

PS3DNS SAYS PORT 443 OR 80 IS IN USE
	a. If you use Skype, close it.
	b. If Charles is already running, close it.
	c. Open up a command prompt window and run "netstat -ano | findstr 0.0.0.0:80" AND "netstat -ano | findstr 0.0.0.0:443". The last digits (usually 4 numbers) is a process ID so run "tasklist | findstr <process_id>" to see what process using theses ports. Kill it by running "taskkill /F /PID <process_id>"