rdio icon indicating copy to clipboard operation
rdio copied to clipboard

Proxy is not working

Open vrcca opened this issue 12 years ago • 2 comments
trafficstars

Hello!

I'm on Ubuntu 12.04.2 (Cinnamon) and using a proxy.pac file to access the internet. proxy

When I open the app, it shows this error: rdio

Could you fix that, please?

Thanks!

vrcca avatar Feb 14 '13 17:02 vrcca

Can you paste your .pac file? Or pastebin it if it is long.

sgringwe avatar Feb 14 '13 19:02 sgringwe

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)

vrcca avatar Feb 14 '13 20:02 vrcca