mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Update V2Ray config
due to https://github.com/v2ray/domain-list-community/pull/640
This commit is contained in:
parent
1e4898fd50
commit
7f98db18f7
28
README.md
28
README.md
@ -114,6 +114,7 @@ scoop install v2ray-rules-dat
|
|||||||
"domain": [
|
"domain": [
|
||||||
"geosite:apple-cn",
|
"geosite:apple-cn",
|
||||||
"geosite:google-cn",
|
"geosite:google-cn",
|
||||||
|
"geosite:tld-cn",
|
||||||
"domain:icloud.com",
|
"domain:icloud.com",
|
||||||
"domain:icloud-content.com"
|
"domain:icloud-content.com"
|
||||||
]
|
]
|
||||||
@ -141,13 +142,6 @@ scoop install v2ray-rules-dat
|
|||||||
```json
|
```json
|
||||||
"dns": {
|
"dns": {
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
|
||||||
"address": "1.1.1.1",
|
|
||||||
"port": 53,
|
|
||||||
"domains": [
|
|
||||||
"geosite:geolocation-!cn"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"address": "114.114.114.114",
|
"address": "114.114.114.114",
|
||||||
"port": 53,
|
"port": 53,
|
||||||
@ -155,8 +149,15 @@ scoop install v2ray-rules-dat
|
|||||||
"geosite:cn"
|
"geosite:cn"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"8.8.8.8",
|
{
|
||||||
"223.5.5.5"
|
"address": "1.1.1.1",
|
||||||
|
"port": 53,
|
||||||
|
"domains": [
|
||||||
|
"geosite:geolocation-!cn"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"223.5.5.5",
|
||||||
|
"8.8.8.8"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -260,7 +261,7 @@ scoop install v2ray-rules-dat
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"routing": {
|
"routing": {
|
||||||
"domainStrategy": "IPIfNonMatch",
|
"domainStrategy": "AsIs",
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
@ -284,6 +285,13 @@ scoop install v2ray-rules-dat
|
|||||||
"geosite:category-ads-all"
|
"geosite:category-ads-all"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "field",
|
||||||
|
"outboundTag": "Direct",
|
||||||
|
"domain": [
|
||||||
|
"geosite:tld-cn"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"outboundTag": "Proxy",
|
"outboundTag": "Proxy",
|
||||||
|
Loading…
Reference in New Issue
Block a user