2dust / v2rayN

A GUI client for Windows, support Xray core and v2fly core and others
https://1.2345345.xyz
GNU General Public License v3.0
66.66k stars 11.15k forks source link

[Bug]: v2rayN detects Xray Multi Custom config as Mihomo #5388

Closed APT-ZERO closed 1 month ago

APT-ZERO commented 1 month ago

预期情况

v2rayN detects Xray Multi Custom config as Mihomo

实际情况

This config is ok in v2rayNG, but v2rayN detects it as Mihomo

日志信息

sample client config : { "log": { "access": "", "error": "", "loglevel": "none" }, ... "routing": { "domainStrategy": "AsIs", "rules": [ { "inboundTag": [ "dns-in" ], "port": 53, "outboundTag": "dns-out", "type": "field" }, ... }
2dust commented 1 month ago
  "routing": {
            "domainStrategy": "AsIs",
            "rules": [
                {
                    "inboundTag": [
                        "dns-in"
                    ],
                    "port": 53,

port is string,"port": "53",