比如這段PAC文件,請(qǐng)問(wèn)后端服務(wù)器要用什么來(lái)搭建function FindProxyForURL(url, host){if (dnsDomainIs(host, "google.com")) {return "PROXY ip.test.com:6666";
}else{return "DIRECT";
}
}
PAC技術(shù),后端服務(wù)器用什么搭建
喵喵時(shí)光機(jī)
2018-07-23 19:17:55