Change domainStrategy to AsIs

to skip DNS resolving process due to
```
{
    "type": "field",
    "outboundTag": "Proxy",
    "network": "tcp,udp"
}
```
as fallback routing rule
This commit is contained in:
Loyalsoldier 2020-07-07 10:41:50 +08:00 committed by GitHub
parent 6308edf8f2
commit b4c5cce510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,7 +258,7 @@ scoop install v2ray-rules-dat
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",