比如这段PAC文件,请问后端服务器要用什么来搭建
function FindProxyForURL(url, host){if (dnsDomainIs(host, "google.com")) {return "PROXY ip.test.com:6666"; }else{return "DIRECT"; } }
呼唤远方
相关分类