Compare commits

..

5 Commits

Author SHA1 Message Date
Loyalsoldier
7f98db18f7 Update V2Ray config
due to https://github.com/v2ray/domain-list-community/pull/640
2020-07-17 22:52:47 +08:00
loyalsoldier
1e4898fd50 Add more details and refine comments 2020-07-16 13:12:16 +08:00
loyalsoldier
501e8d121e Add generated list to README 2020-07-16 13:12:15 +08:00
loyalsoldier
842c180663 Rename GREATFIRE_DOMAINS_MINE_URL to GREATFIRE_DOMAINS_URL 2020-07-16 13:12:15 +08:00
loyalsoldier
0463521801 Remove outdated @wongsyrone/domain-block-list 2020-07-16 13:12:14 +08:00

View File

@@ -114,6 +114,7 @@ scoop install v2ray-rules-dat
"domain": [
"geosite:apple-cn",
"geosite:google-cn",
"geosite:tld-cn",
"domain:icloud.com",
"domain:icloud-content.com"
]
@@ -141,13 +142,6 @@ scoop install v2ray-rules-dat
```json
"dns": {
"servers": [
{
"address": "1.1.1.1",
"port": 53,
"domains": [
"geosite:geolocation-!cn"
]
},
{
"address": "114.114.114.114",
"port": 53,
@@ -155,8 +149,15 @@ scoop install v2ray-rules-dat
"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"
]
}
```
@@ -284,6 +285,13 @@ scoop install v2ray-rules-dat
"geosite:category-ads-all"
]
},
{
"type": "field",
"outboundTag": "Direct",
"domain": [
"geosite:tld-cn"
]
},
{
"type": "field",
"outboundTag": "Proxy",