Update README

This commit is contained in:
loyalsoldier 2020-10-27 09:33:15 +08:00
parent 7b7796af37
commit 63e7a195b6
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

View File

@ -1,6 +1,6 @@
# 简介
[**V2Ray**](https://github.com/v2fly/v2ray-core) 路由规则文件加强版,可代替 V2Ray 官方 `geoip.dat``geosite.dat` 规则文件,兼容 [**Trojan-go**](https://github.com/p4gefau1t/trojan-go)。利用 GitHub Actions 北京时间每天早上 6 点自动构建,保证规则最新。
[**V2Ray**](https://github.com/v2fly/v2ray-core) 路由规则文件加强版,可代替 V2Ray 官方 `geoip.dat``geosite.dat` 规则文件,兼容 [**Trojan-Go**](https://github.com/p4gefau1t/trojan-go)。利用 GitHub Actions 北京时间每天早上 6 点自动构建,保证规则最新。
## 说明
@ -16,7 +16,7 @@
### geosite.dat
- 通过仓库 [@v2fly/domain-list-community](https://github.com/v2fly/domain-list-community) 生成
- 基于 [@v2fly/domain-list-community/data](https://github.com/v2fly/domain-list-community/tree/master/data) 数据,通过仓库 [@Loyalsoldier/domain-list-custom](https://github.com/Loyalsoldier/domain-list-custom) 生成
- **加入大量中国大陆域名、Apple 域名和 Google 域名**
- [@felixonmars/dnsmasq-china-list/accelerated-domains.china.conf](https://github.com/felixonmars/dnsmasq-china-list/blob/master/accelerated-domains.china.conf) 加入到 `geosite:cn` 类别中
- [@felixonmars/dnsmasq-china-list/apple.china.conf](https://github.com/felixonmars/dnsmasq-china-list/blob/master/apple.china.conf) 加入到 `geosite:geolocation-!cn` 类别中(如希望本文件中的 Apple 域名直连,请参考下面 [geosite 的 Routing 配置方式](https://github.com/Loyalsoldier/v2ray-rules-dat#geositedat-1)
@ -247,7 +247,7 @@ scoop install v2ray-rules-dat
],
"outbounds": [
{
//下面这行协议类别要改为socks、shadowsocks或vmess等记得删除本行文字说明
//下面这行协议类别要改为socks、shadowsocks、vmess或vless等记得删除本行文字说明
"protocol": "协议类别",
"settings": {},
//下面这行tag的值对应Routing里的outboundTag这里为Proxy记得删除本行文字说明
@ -328,7 +328,8 @@ scoop install v2ray-rules-dat
"type": "field",
"outboundTag": "Direct",
"domain": [
"geosite:cn"
"geosite:cn",
"geosite:private"
]
},
{
@ -359,9 +360,10 @@ scoop install v2ray-rules-dat
> This product includes GeoLite2 data created by MaxMind, available from [Maxmind](https://www.maxmind.com).
- [MaxMind GeoLite2 Free IP Database](https://dev.maxmind.com/geoip/geoip2/geolite2/)
- [@v2ray/geoip](https://github.com/v2ray/geoip)
- [@v2fly/geoip](https://github.com/v2fly/geoip)
- [@Loyalsoldier/geoip](https://github.com/Loyalsoldier/geoip)
- [@v2fly/domain-list-community](https://github.com/v2fly/domain-list-community)
- [@Loyalsoldier/domain-list-custom](https://github.com/Loyalsoldier/domain-list-custom)
- [@felixonmars/dnsmasq-china-list](https://github.com/felixonmars/dnsmasq-china-list)
- [@gfwlist/gfwlist](https://github.com/gfwlist/gfwlist)
- [@pexcn/gfwlist-extras](https://github.com/pexcn/gfwlist-extras)