python-proxy icon indicating copy to clipboard operation
python-proxy copied to clipboard

pac not work

Open chechuangfeng opened this issue 1 year ago • 0 comments

function FindProxyForURL(url, host) { // if (shExpMatch(host, "beta.openai.com")) { // return "SOCKS5 38.45.108.51:5097#chenchuangfeng123drf-2:d2qzwmki"; // }

// return "DIRECT"

return "PROXY 127.0.0.1:9090";

}

image

All accesses did not go to 127.0.0.1:9090

chechuangfeng avatar Dec 18 '22 19:12 chechuangfeng