# Update torrc file. Open torrc file from Start->Programs->Tor and add paste at the bottom StrictExitNodes 1
exitnodes desync,whistlersmother,lefkada,bettyboop,croeso,TorLuwakOrg,nixnix,inap1,redpineapple,cronic,sasquatch,slowturtle2 This will force the last server to be located in US. # Create tor.pac file. I have created it directly under c: drive (c:\tor.pac).
Start by creating new text file. Open it in Notepad and paste function FindProxyForURL(url, host)
{
if (shExpMatch(host, “www.pandora.com”)) return “SOCKS 127.0.0.1:9050”;
return “DIRECT”;
} Rename it tor.pac.
exitnodes desync,whistlersmother,lefkada,bettyboop,croeso,TorLuwakOrg,nixnix,inap1,redpineapple,cronic,sasquatch,slowturtle2 This will force the last server to be located in US. # Create tor.pac file. I have created it directly under c: drive (c:\tor.pac).
Start by creating new text file. Open it in Notepad and paste function FindProxyForURL(url, host)
{
if (shExpMatch(host, “www.pandora.com”)) return “SOCKS 127.0.0.1:9050”;
return “DIRECT”;
} Rename it tor.pac.