rdio
rdio copied to clipboard
Proxy is not working
trafficstars
Hello!
I'm on Ubuntu 12.04.2 (Cinnamon) and using a proxy.pac file to access the internet.

When I open the app, it shows this error:

Could you fix that, please?
Thanks!
Can you paste your .pac file? Or pastebin it if it is long.
Sure!
function FindProxyForURL(url,host) {
if ( (isInNet(host,"10.0.0.0","255.0.0.0")) || (isInNet(host,"192.168.0.0","255.255.0.0")) ) return "DIRECT"; else return "PROXY 206.268.240.20:7789"; }
(I changed the values because my company wouldn't allow me to share it)