3 lines
87 B
JavaScript
3 lines
87 B
JavaScript
function FindProxyForURL(url, host) {
|
|
return "PROXY {{host}}:{{ports[http][0]}}"
|
|
}
|