proxy/proxy.pac

5 lines
78 B
JavaScript

function FindProxyForURL(url, host)
{
return "SOCKS localhost:10800";
}