proxy.py/helper/proxy.pac

5 lines
80 B
JavaScript

function FindProxyForURL(url, host)
{
return "PROXY localhost:8899; DIRECT";
}