更新gfwlist和cnip到20191204;修改域名匹配顺序为优先匹配自定义用代理的域名再匹配不用代理的域名;强制用代理域名加入ocsp.apple.com来解决某些情况导致app打开缓慢的问题

This commit is contained in:
zhiyi
2019-12-04 09:55:41 +08:00
parent e1bf614201
commit 1ec73cc754
6 changed files with 5287 additions and 3291 deletions

View File

@@ -41,3 +41,4 @@ last.fm
scdn.co
spotify.com
spotilocal.com
ocsp.apple.com

View File

File diff suppressed because it is too large Load Diff

View File

@@ -369,3 +369,4 @@ zongheng.com
githubusercontent.com
sinaimg.cn
icloud.com
apple.cn

385
gfw.pac
View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

@@ -95,13 +95,13 @@ function FindProxyForURL(url, host) {
}
if (!ipRegExp.test(host)) {
if (testDomain(host, directDomains, true)) {
return direct
}
if (testDomain(host, domainsUsingProxy)) {
return proxy;
}
if (testDomain(host, directDomains, true)) {
return direct
}
strIp = dnsResolve(host);
} else {
strIp = host