pac-proxy/pac.js
2025-02-02 05:17:58 +00:00

3 lines
77 B
JavaScript

function FindProxyForURL(url, host) {
return "PROXY 192.168.3.10:5330";
}