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

3 lines
78 B
JavaScript

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