|
@@ -2,10 +2,14 @@ function FindProxyForURL(url, host) {
|
|
|
|
|
|
|
|
if (
|
|
if (
|
|
|
dnsDomainIs(host, "lepao.ctbu.edu.cn") ||
|
|
dnsDomainIs(host, "lepao.ctbu.edu.cn") ||
|
|
|
- shExpMatch(host, "*.lepao.ctbu.edu.cn")
|
|
|
|
|
|
|
+ shExpMatch(host, "*.lepao.ctbu.edu.cn") ||
|
|
|
|
|
+
|
|
|
|
|
+ dnsDomainIs(host, "jkes.smart-campus.com.cn") ||
|
|
|
|
|
+ shExpMatch(host, "*.smart-campus.com.cn") ||
|
|
|
|
|
+ shExpMatch(url, "*jkes.smart-campus.com.cn:50077*")
|
|
|
) {
|
|
) {
|
|
|
return "PROXY 154.64.245.88:6666"
|
|
return "PROXY 154.64.245.88:6666"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return "DIRECT"
|
|
return "DIRECT"
|
|
|
-}
|
|
|
|
|
|
|
+}
|