mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Update README
This commit is contained in:
parent
7b7796af37
commit
63e7a195b6
12
README.md
12
README.md
@ -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
|
### 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 域名**:
|
- **加入大量中国大陆域名、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/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))
|
- [@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": [
|
"outbounds": [
|
||||||
{
|
{
|
||||||
//下面这行,协议类别要改为socks、shadowsocks或vmess等(记得删除本行文字说明)
|
//下面这行,协议类别要改为socks、shadowsocks、vmess或vless等(记得删除本行文字说明)
|
||||||
"protocol": "协议类别",
|
"protocol": "协议类别",
|
||||||
"settings": {},
|
"settings": {},
|
||||||
//下面这行,tag的值对应Routing里的outboundTag,这里为Proxy(记得删除本行文字说明)
|
//下面这行,tag的值对应Routing里的outboundTag,这里为Proxy(记得删除本行文字说明)
|
||||||
@ -328,7 +328,8 @@ scoop install v2ray-rules-dat
|
|||||||
"type": "field",
|
"type": "field",
|
||||||
"outboundTag": "Direct",
|
"outboundTag": "Direct",
|
||||||
"domain": [
|
"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).
|
> 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/)
|
- [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)
|
- [@Loyalsoldier/geoip](https://github.com/Loyalsoldier/geoip)
|
||||||
- [@v2fly/domain-list-community](https://github.com/v2fly/domain-list-community)
|
- [@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)
|
- [@felixonmars/dnsmasq-china-list](https://github.com/felixonmars/dnsmasq-china-list)
|
||||||
- [@gfwlist/gfwlist](https://github.com/gfwlist/gfwlist)
|
- [@gfwlist/gfwlist](https://github.com/gfwlist/gfwlist)
|
||||||
- [@pexcn/gfwlist-extras](https://github.com/pexcn/gfwlist-extras)
|
- [@pexcn/gfwlist-extras](https://github.com/pexcn/gfwlist-extras)
|
||||||
|
Loading…
Reference in New Issue
Block a user