forked from LeenkxTeam/Kmake
4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
|
|
function FindProxyForURL(url, host) {
|
||
|
|
return "PROXY {{host}}:{{ports[http][0]}}"
|
||
|
|
}
|