3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
function FindProxyForURL(url, host) {
|
|
return "PROXY 192.168.3.10:5330";
|
|
} |