Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议剔除常见直连且速度不错的网站,比如baidu.cn和qpic.cn #13

Closed
o0HalfLife0o opened this issue Mar 7, 2020 · 6 comments

Comments

@o0HalfLife0o
Copy link

rt

@Loyalsoldier
Copy link
Owner

建议是好建议,但是由于上游域名列表由第三方进行维护(不是特别准确,有陈旧的、有遗漏的)。比对 direct 和 proxy 列表后发现,无论从哪个列表剔除另一个列表的重复域名,多多少少都有不合适的域名存在于不合适的列表中。但是一般都不是什么访问量大的域名。ifanr.com 是个特例,已给上游域名列表项目提交 issue。

过几天看看上游项目有没有回应。没有回应的话,届时我手动处理一下 ifanr.com 这个域名。

@o0HalfLife0o
Copy link
Author

理解并感谢

@Loyalsoldier
Copy link
Owner

已从 proxy-list 移除 ifanr.com

@o0HalfLife0o
Copy link
Author

o0HalfLife0o commented Mar 14, 2020

以下域名通过17ce检测也是都可以直连,并且速度不错的

apple.com.cn
apple.com
apple.cn
baidu.cn
bjnews.com.cn
businesstimes.com.cn
google.cn
googleapis.cn
gstatic.cn
qpic.cn
www.chromes.cn

@o0HalfLife0o o0HalfLife0o reopened this Mar 14, 2020
@o0HalfLife0o o0HalfLife0o changed the title 建议进行跨文件重复性检测,比如ifanr.com同时存在direct和proxy里 建议剔除常见直连且速度不错的网站,比如baidu.cn和qpic.cn Mar 14, 2020
@Loyalsoldier
Copy link
Owner

Loyalsoldier commented Mar 14, 2020

Apple、Google、Microsoft 等国内可访问的国外大公司的域名或服务,本项目统一使用 proxy 策略。有直连需求的,请在自己的配置文件中 proxy 策略的前面添加域名类的直连规则(规则越前,优先级较高),类似这样:

"routing": {
  "rules": [
    {
      "type": "field",
      "outboundTag": "Direct",
      "domain": [
        "domain:apple.cn",
        "domain:apple.com.cn",
        "domain:google.cn"
      ]
    },
    {
      "type": "field",
      "outboundTag": "Proxy",
      "domain": [
        "geosite:geolocation-!cn"
      ]
    },
  ]
}

其他域名我查一下上游项目。

@Loyalsoldier
Copy link
Owner

已将所有以 .cn 顶级域结尾的域名从 proxy-list 中移除。

Loyalsoldier added a commit that referenced this issue Jun 10, 2020
due to accessibility in China mainland and #29 and #24 and #13
Loyalsoldier added a commit that referenced this issue Jun 10, 2020
due to accessibility in China mainland and #29 and #24 and #13
Loyalsoldier added a commit that referenced this issue Jul 3, 2020
due to accessibility in China mainland and #29 and #24 and #13
tienthanh2509 pushed a commit to pt-studio/v2ray-rules-dat that referenced this issue Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants