qwj / python-proxy

HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
MIT License
1.93k stars 323 forks source link

pac not work #160

Open chechuangfeng opened 1 year ago

chechuangfeng commented 1 year ago

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