Commit 95cad721 by chencong

添加测试pac文件

parent f07e12c5
function FindProxyForURL(url, host) {
if (shExpMatch(url,"*.google.com/*")) {
return "SOCKS5 192.168.0.35:10909";
}
if (shExpMatch(url, "https:*weixin.sogou.com*")) {
return "PROXY 192.168.0.36:31128";
}
return "DIRECT"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment