Compare commits

..

5 Commits

Author SHA1 Message Date
loyalsoldier
230f0af7da Add more details and refine comments 2020-07-08 17:09:17 +08:00
loyalsoldier
cf29ec96ae Add generated list to README 2020-07-08 17:09:17 +08:00
loyalsoldier
effe5b8365 Rename GREATFIRE_DOMAINS_MINE_URL to GREATFIRE_DOMAINS_URL 2020-07-08 16:35:31 +08:00
loyalsoldier
bdccfdc75b Remove outdated @wongsyrone/domain-block-list 2020-07-08 16:34:11 +08:00
Loyalsoldier
b4c5cce510 Change domainStrategy to AsIs
to skip DNS resolving process due to
```
{
    "type": "field",
    "outboundTag": "Proxy",
    "network": "tcp,udp"
}
```
as fallback routing rule
2020-07-07 10:41:50 +08:00

View File

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