optimize: README中,添加感谢 [中国域名白名单] 仓库的说明。

pull/375/head
王良 2 months ago
parent 1ae0316339
commit 61ad6cbf87

@ -215,12 +215,14 @@ const intercepts = {
某些域名解析出来的ip会无法访问比如api.github.com会被解析到新加坡的ip上新加坡的服务器在上午挺好到了晚上就卡死基本不可用
通过从dns上获取ip列表切换不同的ip进行尝试最终会挑选到一个最快的ip
```js
dns: {
mapping: {
'api.github.com': 'cloudflare', // "解决push的时候需要输入密码的问题",
'gist.github.com': 'cloudflare' // 解决gist无法访问的问题
'*.githubusercontent.com': 'cloudflare' // 解决github头像经常下载不到的问题
```json
{
"dns": {
"mapping": {
"api.github.com": "cloudflare", // "解决push的时候需要输入密码的问题",
"gist.github.com": "cloudflare", // 解决gist无法访问的问题
"*.githubusercontent.com": "cloudflare" // 解决github头像经常下载不到的问题
}
}
}
```
@ -415,9 +417,7 @@ npm run electron:build
特别感谢
* [github增强油猴脚本](https://greasyfork.org/zh-CN/scripts/412245-github-%E5%A2%9E%E5%BC%BA-%E9%AB%98%E9%80%9F%E4%B8%8B%E8%BD%BD) 本项目部分加速功能完全复制该脚本。
* [中国域名白名单](https://github.com/pluwen/china-domain-allowlist),本项目的系统代理排除域名功能中,使用了该白名单。
本项目部分加速资源由如下组织提供
* [FastGit UK](https://fastgit.org/)

Loading…
Cancel
Save