proxy-all.sub.pac (87B)
1 function FindProxyForURL(url, host) { 2 return "PROXY {{host}}:{{ports[http][0]}}" 3 }