Compare commits

...

1 Commits

Author SHA1 Message Date
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

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