Source code
Revision control
Copy as Markdown
Other Tools
function FindProxyForURL(url, host) {
return "PROXY {{host}}:{{ports[http][0]}}"
}
function FindProxyForURL(url, host) {
return "PROXY {{host}}:{{ports[http][0]}}"
}