blob: de601e5d7020e0107e77d91d77716e2e1c6fac23 [file] [log] [blame] [edit]
function FindProxyForURL(url, host) {
return "PROXY {{host}}:{{ports[http][0]}}"
}